simple example of how to build up and solve an lp using the SoPlex callable library More...
#include <iostream>
#include "soplex.h"
Go to the source code of this file.
simple example of how to build up and solve an lp using the SoPlex callable library
Definition in file example.cpp.
Definition at line 144 of file example.cpp.
References test_rational(), and test_real().
Definition at line 84 of file example.cpp.
References DSVectorBase< R >::add(), SoPlexBase< R >::CHECKMODE, SoPlexBase< R >::CHECKMODE_RATIONAL, SoPlexBase< R >::FEASTOL, soplex::infinity, SoPlexBase< R >::OBJSENSE, SoPlexBase< R >::OBJSENSE_MINIMIZE, SPxSolverBase< R >::OPTIMAL, SoPlexBase< R >::OPTTOL, SoPlexBase< R >::READMODE, SoPlexBase< R >::READMODE_RATIONAL, SoPlexBase< R >::SOLVEMODE, SoPlexBase< R >::SOLVEMODE_RATIONAL, SoPlexBase< R >::SYNCMODE, and SoPlexBase< R >::SYNCMODE_AUTO.
Referenced by main().
Definition at line 37 of file example.cpp.
References DSVectorBase< R >::add(), soplex::infinity, SoPlexBase< R >::OBJSENSE, SoPlexBase< R >::OBJSENSE_MINIMIZE, and SPxSolverBase< R >::OPTIMAL.