 |
OR-Tools
8.0
|
Go to the documentation of this file.
53 LOG(DFATAL) <<
"Invalid glop::ProblemStatus " << s;
70 LOG(DFATAL) <<
"Unknown variable status: " << s;
87 LOG(DFATAL) <<
"Unknown variable status: " << s;
104 LOG(DFATAL) <<
"Unknown constraint status: " << s;
121 LOG(DFATAL) <<
"Unknown constraint status: " << s;
@ FEASIBLE
feasible, or stopped by limit.
The vehicle routing library lets one model and solve generic vehicle routing problems ranging from th...
glop::ConstraintStatus MPSolverToGlopConstraintStatus(MPSolver::BasisStatus s)
@ INFEASIBLE_OR_UNBOUNDED
MPSolver::ResultStatus GlopToMPSolverResultStatus(glop::ProblemStatus s)
glop::VariableStatus MPSolverToGlopVariableStatus(MPSolver::BasisStatus s)
@ ABNORMAL
abnormal, i.e., error of some kind.
MPSolver::BasisStatus GlopToMPSolverVariableStatus(glop::VariableStatus s)
ResultStatus
The status of solving the problem.
MPSolver::BasisStatus GlopToMPSolverConstraintStatus(glop::ConstraintStatus s)
BasisStatus
Advanced usage: possible basis status values for a variable and the slack variable of a linear constr...
@ INFEASIBLE
proven infeasible.
@ UNBOUNDED
proven unbounded.
@ NOT_SOLVED
not been solved yet.