You are here: Symbol Reference > Optimization Namespace > Structs, Records, Enums > Optimization.TLPAlgorithm Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
Optimization.TLPAlgorithm Enumeration

Linear programming algorithm.

Pascal
TLPAlgorithm = ( LPAlgoDualSimplex, LPAlgoTwoPhaseSimplex, LPAlgoSimplex, LPAlgoCPA );
Members 
Description 
LPAlgoDualSimplex 
Dual Simplex algorithm. 
LPAlgoTwoPhaseSimplex 
Two Phase Simplex algorithm. 
LPAlgoSimplex 
Simplex algorithm. 
LPAlgoCPA 
Gomory's cutting plane algorithm. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!