SoPlex start basis generation base class. More...
Go to the source code of this file.
Classes | |
class | SPxStarter |
SoPlex start basis generation base class.SPxStarter is the virtual base class for classes generating a starter basis for the Simplex solver SoPlex. When a SPxStarter object has been loaded to a SoPlex solver, the latter will call method generate() in order to have a start basis generated. Implementations of method generate() must terminate by loading the generated basis to SoPlex. Loaded bases must be nonsingular. More... | |
Namespaces | |
soplex | |
Everything should be within this namespace. | |
SoPlex start basis generation base class.
Definition in file spxstarter.h.