TLPAlgorithm Enumeration

Header: Dew.Math/Optimization.h · Cross-compiler

enum class TLPAlgorithm : unsigned int;

Linear programming algorithm.

Values

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