simple example of how to build up and solve an lp using the SoPlex callable library More...
Go to the source code of this file.
Functions | |
int | main () |
simple example of how to build up and solve an lp using the SoPlex callable library
Definition in file example.cpp.
int main | ( | ) |
Definition at line 28 of file example.cpp.
References DSVectorBase< R >::add(), SoPlex::addColReal(), SoPlex::addRowReal(), SoPlex::getDualReal(), SoPlex::getPrimalReal(), soplex::infinity, SoPlex::OBJSENSE, SoPlex::OBJSENSE_MINIMIZE, SoPlex::objValueReal(), SPxSolver::OPTIMAL, SoPlex::optimize(), SoPlex::setIntParam(), and SoPlex::writeFileReal().