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| Copyright 2008 Dew Research |
http://www.dewresearch.com