Scippy

SoPlex

Sequential object-oriented simPlex

spxstarter.h File Reference

SoPlex start basis generation base class. More...

#include <assert.h>
#include "spxdefines.h"
#include "spxsolver.h"

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.
 

Detailed Description

SoPlex start basis generation base class.

Definition in file spxstarter.h.