C# Class CoreImpl1D.Solution1D

Допустимое решение одномерной задачи
Inheritance: ISolution
Mostra file Open project: sergey-and-valya/load-balancing

Private Properties

Property Type Description
ISolution int
this IEnumerableISolution.System

Public Methods

Method Description
Solution1D ( ) : System

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

Solution1D ( IEnumerable x ) : System

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

this ( int i ) : int

Точка разбиения

Private Methods

Method Description
ISolution ( int dimension ) : int
this ( int dimension ) : IEnumerableISolution.System

Method Details

Solution1D() public method

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

Solution1D() public method

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

this() public method

Точка разбиения
public this ( int i ) : int
i int Номер точки разбиения от 0 до Size - 1
return int