C# Class CoreImpl1D.Solution1D

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

Private Properties

Свойство Type Description
ISolution int
this IEnumerableISolution.System

Méthodes publiques

Méthode Description
Solution1D ( ) : System

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

Solution1D ( IEnumerable x ) : System

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

this ( int i ) : int

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

Private Methods

Méthode Description
ISolution ( int dimension ) : int
this ( int dimension ) : IEnumerableISolution.System

Method Details

Solution1D() public méthode

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

Solution1D() public méthode

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

this() public méthode

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