You are here:
Symbol Reference >
Optimization Namespace
>
Structs, Records, Enums
>
Optimization.TLPAlgorithm Enumeration
MtxVec VCL
Optimization.TLPAlgorithm Enumeration
Optimization
|
Structs, Records, Enums
Collapse All
Linear programming algorithm.
Pascal
TLPAlgorithm
= (
LPAlgoDualSimplex
,
LPAlgoTwoPhaseSimplex
,
LPAlgoSimplex
,
LPAlgoCPA
);
File
Optimization
Members
Members
Description
LPAlgoDualSimplex
Dual
Simplex
algorithm.
LPAlgoTwoPhaseSimplex
Two Phase
Simplex
algorithm.
LPAlgoSimplex
Simplex
algorithm.
LPAlgoCPA
Gomory's cutting plane algorithm.
Group
Structs, Records, Enums
Links
Optimization
,
Structs, Records, Enums
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic?
Send feedback!