|
Class Summary |
| Basis |
The Basis class wraps all information about a basis of an LP Problem. |
| GUI |
GUI is a graphical user interface Applet/Frame. |
| Problem |
The Problem class wraps all information defining a linear problem as well as the choice
of solution algorithm. |
| QS |
QS is a wrapper class for a collection of constants used in Problem methods. |
| reader |
Use the reader as a command line tool to read linear problems from files/strings and
reformat/pretty print them. |
| Reporter |
Reporter essentially wraps a PrintStream. |
| solver |
Use the solver as a command line tool to read linear problems from files/strings and
solve them. |