C# Class Core.Solution

Datei anzeigen Open project: sergey-and-valya/load-balancing Class Usage Examples

Public Methods

Method Description
Size ( int dimension ) : int
Solution ( ) : System

Допустимое решение n-мерной задачи

Solution ( IEnumerable x ) : System

Допустимое решение n-мерной задачи

this ( int dimension ) : IEnumerable

Method Details

Size() public method

public Size ( int dimension ) : int
dimension int
return int

Solution() public method

Допустимое решение n-мерной задачи
public Solution ( ) : System
return System

Solution() public method

Допустимое решение n-мерной задачи
public Solution ( IEnumerable x ) : System
x IEnumerable Разбиения
return System

this() public method

public this ( int dimension ) : IEnumerable
dimension int
return IEnumerable