Unit
MtxVecTools
Hierarchy
TMtxComponent <--TMtxLP
Subclasses
None
The results of solving LP are returned as:
| Name | Summary |
|---|---|
| A | Defines A in A*x<=b equation. |
| AFinal | Returns the final tableaux. |
| Algorithm | Defines LP solving algorithm. |
| AutoUpdate | |
| b | Defines b in A*x<=b equation. |
| c | Defines c in f=c(T)*x equation. |
| Dirty | |
| Indexes | Returns indices (stored in IValues) of basic variables in final tableaux. |
| Minimize | Find minimum or maximum of objective function. |
| Relations | Defines relations for two phase algorithm. |
| SolutionType | Returns LP solution type. |
| Verbose | If not nil then the optimization method uses it for logging each optimization step. |
| x | Returns values of the legitimate variables (optimal solution). |
| z | Returns objective function, evaluated at minimum or maximum. |
| Name | Summary |
|---|---|
| CheckDimensions | Checks A,b,c and relations dimensions. |
| Recalculate | Triggers TMtxLP recalculation. |
| Copyright 2008 Dew Research |