Loading...
Searching...
No Matches
soplexmain.cpp File Reference Command line interface of SoPlex LP solver. More... #include <assert.h> #include <math.h> #include <string.h> #include <iostream> #include <iomanip> #include <fstream> #include "soplex.h" #include "soplex/validation.h" Go to the source code of this file.
Detailed DescriptionCommand line interface of SoPlex LP solver. Definition in file soplexmain.cpp. Function Documentation◆ checkSolution()
template<class R >
performs external feasibility check according to check mode Definition at line 261 of file soplexmain.cpp. References checkSolutionRational(), checkSolutionReal(), and SPX_MSG_INFO1. Referenced by runSoPlex(). ◆ checkSolutionRational()
template<class R >
performs external feasibility check with rational type
Definition at line 204 of file soplexmain.cpp. References SPX_MSG_INFO1. Referenced by checkSolution(). ◆ checkSolutionReal()
template<class R >
performs external feasibility check with real type
Definition at line 147 of file soplexmain.cpp. References SPX_MSG_INFO1. Referenced by checkSolution(). ◆ freeStrings()
Definition at line 109 of file soplexmain.cpp. Referenced by runSoPlex(). ◆ main()
runs SoPlexBase command line Definition at line 1449 of file soplexmain.cpp. References printUsage(), runSoPlex(), and SPX_MSG_ERROR. ◆ printDualSolution()
template<class R >
◆ printPrimalSolution()
template<class R >
◆ printUsage()
Definition at line 47 of file soplexmain.cpp. Referenced by main(), and runSoPlex(). ◆ runSoPlex()
template<class R >
Definition at line 755 of file soplexmain.cpp. References checkSolution(), TimerFactory::createTimer(), freeStrings(), SPxOut::INFO1, printDualSolution(), printPrimalSolution(), printUsage(), SOPLEX_COPYRIGHT, soplex::spx_alloc(), soplex::spx_free(), SPX_MSG_ERROR, SPX_MSG_INFO1, SPX_MSG_WARNING, soplex::spxSnprintf(), Timer::start(), Timer::stop(), Timer::time(), Validation< R >::updateExternalSolution(), Validation< R >::updateValidationTolerance(), Timer::USER_TIME, Validation< R >::validate, Validation< R >::validateSolveReal(), SPxException::what(), writeDualSolution(), writePrimalSolution(), Timer::~Timer(), and Validation< R >::~Validation(). Referenced by main(). ◆ writeDualSolution()
template<class R >
Definition at line 387 of file soplexmain.cpp. Referenced by runSoPlex(). ◆ writePrimalSolution()
template<class R >
Definition at line 279 of file soplexmain.cpp. Referenced by runSoPlex().
|