type TLPAlgorithm = ( LPAlgoDualSimplex, LPAlgoTwoPhaseSimplex, LPAlgoSimplex, LPAlgoCPA );
Linear programming algorithm.
Values
| Name | Description |
|---|---|
| LPAlgoCPA | Gomory's cutting plane algorithm. |
| LPAlgoDualSimplex | Dual Simplex algorithm. |
| LPAlgoSimplex | Simplex algorithm. |
| LPAlgoTwoPhaseSimplex | Two Phase Simplex algorithm. |