![]() |
OR-Tools
8.2
|
Definition at line 29 of file lp_solver.h.
LPSolver | ( | ) |
Definition at line 111 of file lp_solver.cc.
void Clear | ( | ) |
Definition at line 225 of file lp_solver.cc.
|
inline |
Definition at line 113 of file lp_solver.h.
|
inline |
Definition at line 116 of file lp_solver.h.
double DeterministicTime | ( | ) | const |
Definition at line 496 of file lp_solver.cc.
|
inline |
Definition at line 112 of file lp_solver.h.
Fractional GetMaximumDualInfeasibility | ( | ) | const |
Definition at line 484 of file lp_solver.cc.
Fractional GetMaximumPrimalInfeasibility | ( | ) | const |
Definition at line 480 of file lp_solver.cc.
GlopParameters * GetMutableParameters | ( | ) |
Definition at line 119 of file lp_solver.cc.
int GetNumberOfSimplexIterations | ( | ) | const |
Definition at line 492 of file lp_solver.cc.
Fractional GetObjectiveValue | ( | ) | const |
Definition at line 476 of file lp_solver.cc.
const GlopParameters & GetParameters | ( | ) | const |
Definition at line 117 of file lp_solver.cc.
ProblemStatus LoadAndVerifySolution | ( | const LinearProgram & | lp, |
const ProblemSolution & | solution | ||
) |
Definition at line 284 of file lp_solver.cc.
bool MayHaveMultipleOptimalSolutions | ( | ) | const |
Definition at line 488 of file lp_solver.cc.
|
inline |
Definition at line 101 of file lp_solver.h.
void SetInitialBasis | ( | const VariableStatusRow & | variable_statuses, |
const ConstraintStatusColumn & | constraint_statuses | ||
) |
Definition at line 230 of file lp_solver.cc.
void SetParameters | ( | const GlopParameters & | parameters | ) |
Definition at line 113 of file lp_solver.cc.
ProblemStatus Solve | ( | const LinearProgram & | lp | ) |
Definition at line 121 of file lp_solver.cc.
ProblemStatus SolveWithTimeLimit | ( | const LinearProgram & | lp, |
TimeLimit * | time_limit | ||
) |
Definition at line 127 of file lp_solver.cc.
|
inline |
Definition at line 102 of file lp_solver.h.
|
inline |
Definition at line 100 of file lp_solver.h.