C# 클래스 CoreImpl1D.Solution1D

Допустимое решение одномерной задачи
상속: ISolution
파일 보기 프로젝트 열기: sergey-and-valya/load-balancing

Private Properties

프로퍼티 타입 설명
ISolution int
this IEnumerableISolution.System

공개 메소드들

메소드 설명
Solution1D ( ) : System

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

Solution1D ( IEnumerable x ) : System

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

this ( int i ) : int

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

비공개 메소드들

메소드 설명
ISolution ( int dimension ) : int
this ( int dimension ) : IEnumerableISolution.System

메소드 상세

Solution1D() 공개 메소드

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

Solution1D() 공개 메소드

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

this() 공개 메소드

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