Dew MtxVec NET
SimplexLP Routine
Summary
Linear optimization by using Simplex method.

Unit
Optimization

Declaration
Function SimplexLP(A: TMtx; b, c: TVec; AFinal: TMtx; x: TVec; Indexes: TVec; out SolutionType: TLPSolution; Minimize: boolean = true; Verbose: TStrings = nil): TSample;

Description
Solves the following optimization problem:

where vector b must be a positive vector.
Categories
Linear Programming
 See Also 
SimplexDual 
SimplexTwoPhase 
CPA 

Copyright 2008 Dew Research
http://www.dewresearch.com