TLPAlgorithm Enumeration

type TLPAlgorithm = ( LPAlgoDualSimplex, LPAlgoTwoPhaseSimplex, LPAlgoSimplex, LPAlgoCPA );

Linear programming algorithm.

Values

NameDescription
LPAlgoCPAGomory's cutting plane algorithm.
LPAlgoDualSimplexDual Simplex algorithm.
LPAlgoSimplexSimplex algorithm.
LPAlgoTwoPhaseSimplexTwo Phase Simplex algorithm.