You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Structs, Records, Enums > Dew.Math.TLPAlgorithm Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TLPAlgorithm Enumeration

Linear programming algorithm.

Syntax
C#
Visual Basic
public enum TLPAlgorithm : uint { LPAlgoDualSimplex, LPAlgoTwoPhaseSimplex, LPAlgoSimplex, LPAlgoCPA }

Optimization.cs

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