![]() |
OR-Tools
9.6
|
Definition at line 31 of file lp_solver.h.
Static Public Member Functions | |
| static std::string | GlopVersion () |
| LPSolver | ( | ) |
Definition at line 112 of file lp_solver.cc.
| void Clear | ( | ) |
Definition at line 256 of file lp_solver.cc.
|
inline |
Definition at line 118 of file lp_solver.h.
|
inline |
Definition at line 121 of file lp_solver.h.
|
inline |
Definition at line 131 of file lp_solver.h.
| double DeterministicTime | ( | ) | const |
Definition at line 528 of file lp_solver.cc.
|
inline |
Definition at line 117 of file lp_solver.h.
| Fractional GetMaximumDualInfeasibility | ( | ) | const |
Definition at line 516 of file lp_solver.cc.
| Fractional GetMaximumPrimalInfeasibility | ( | ) | const |
Definition at line 512 of file lp_solver.cc.
| GlopParameters * GetMutableParameters | ( | ) |
Definition at line 132 of file lp_solver.cc.
| int GetNumberOfSimplexIterations | ( | ) | const |
Definition at line 524 of file lp_solver.cc.
| Fractional GetObjectiveValue | ( | ) | const |
Definition at line 508 of file lp_solver.cc.
| const GlopParameters & GetParameters | ( | ) | const |
Definition at line 130 of file lp_solver.cc.
| SolverLogger & GetSolverLogger | ( | ) |
Definition at line 134 of file lp_solver.cc.
|
static |
Definition at line 114 of file lp_solver.cc.
| ProblemStatus LoadAndVerifySolution | ( | const LinearProgram & | lp, |
| const ProblemSolution & | solution | ||
| ) |
Definition at line 316 of file lp_solver.cc.
| bool MayHaveMultipleOptimalSolutions | ( | ) | const |
Definition at line 520 of file lp_solver.cc.
|
inline |
Definition at line 130 of file lp_solver.h.
|
inline |
Definition at line 106 of file lp_solver.h.
| void SetInitialBasis | ( | const VariableStatusRow & | variable_statuses, |
| const ConstraintStatusColumn & | constraint_statuses | ||
| ) |
Definition at line 261 of file lp_solver.cc.
| void SetParameters | ( | const GlopParameters & | parameters | ) |
Definition at line 118 of file lp_solver.cc.
| ProblemStatus Solve | ( | const LinearProgram & | lp | ) |
Definition at line 136 of file lp_solver.cc.
| ProblemStatus SolveWithTimeLimit | ( | const LinearProgram & | lp, |
| TimeLimit * | time_limit | ||
| ) |
Definition at line 142 of file lp_solver.cc.
|
inline |
Definition at line 134 of file lp_solver.h.
|
inline |
Definition at line 107 of file lp_solver.h.
|
inline |
Definition at line 105 of file lp_solver.h.