|
D.8.2.8 simplexOut
Procedure from library solve.lib (see solve_lib).
- Usage:
- simplexOut(l); l list
- Assume:
- l is the output of simplex.
- Return:
- Nothing. The procedure prints the computed solution of simplex
(as strings) in a nice format.
Example:
See also:
simplex.
|