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()
performs external feasibility check according to check mode Definition at line 261 of file soplexmain.cpp. References checkSolutionRational(), checkSolutionReal(), and MSG_INFO1. ◆ checkSolutionRational()performs external feasibility check with rational type
Definition at line 204 of file soplexmain.cpp. References MSG_INFO1. Referenced by checkSolution(). ◆ checkSolutionReal()performs external feasibility check with real type
Definition at line 147 of file soplexmain.cpp. References 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 1111 of file soplexmain.cpp. References MSG_ERROR, and printUsage(). ◆ printDualSolution()
Definition at line 381 of file soplexmain.cpp. References Param::epsilon(), and MSG_INFO1. Referenced by runSoPlex(). ◆ printPrimalSolution()
Definition at line 279 of file soplexmain.cpp. References Param::epsilon(), and MSG_INFO1. Referenced by runSoPlex(). ◆ printUsage()Definition at line 47 of file soplexmain.cpp. Referenced by main(), and runSoPlex(). ◆ runSoPlex()Definition at line 510 of file soplexmain.cpp. References TimerFactory::createTimer(), freeStrings(), SPxOut::INFO1, MSG_ERROR, MSG_INFO1, MSG_WARNING, printDualSolution(), printPrimalSolution(), printUsage(), SOPLEX_COPYRIGHT, soplex::spx_alloc(), soplex::spx_free(), soplex::spxSnprintf(), Timer::start(), Timer::stop(), Timer::time(), Timer::USER_TIME, and Timer::~Timer().
|