procedure Recalculate;
Triggers TMtxLP recalculation.
Result: stored in self (calling object)
Remarks:
Triggers TMtxLP recalculation. After the Recalculate call TMtxLP.Dirty property is set to false.
The results are stored to:
- TMtxLP.z : Objective function, evaluated at minimum or maximum.
- TMtxLP.x : Values of the legitimate variables at minimum or maximum.
- TMtxLP.Indexes : Indices of legitimate variables in final tableaux.
- TMtxLP.SolutionType : Type of solution.
- TMtxLP.AFinal : Final tableaux.