C# Class natix.CompactDS.ListGen_MRRR

A CyclicPerms without saving the main permutation PERM, it will be assigned.
Inheritance: CyclicPerms_MRRR
Exibir arquivo Open project: sadit/natix Class Usage Examples

Public Methods

Method Description
ListGen_MRRR ( ) : System
ListGen_MRRR ( IList perm, int t ) : System
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void
SetPERM ( IList perm ) : void

Method Details

ListGen_MRRR() public method

public ListGen_MRRR ( ) : System
return System

ListGen_MRRR() public method

public ListGen_MRRR ( IList perm, int t ) : System
perm IList
t int
return System

Load() public method

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
return void

Save() public method

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
return void

SetPERM() public method

public SetPERM ( IList perm ) : void
perm IList
return void