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;
ResultStatus
The status of solving the problem.
@ FEASIBLE
feasible, or stopped by limit.
@ NOT_SOLVED
not been solved yet.
@ INFEASIBLE
proven infeasible.
@ UNBOUNDED
proven unbounded.
@ ABNORMAL
abnormal, i.e., error of some kind.
BasisStatus
Advanced usage: possible basis status values for a variable and the slack variable of a linear constr...
@ INFEASIBLE_OR_UNBOUNDED
The vehicle routing library lets one model and solve generic vehicle routing problems ranging from th...
MPSolver::BasisStatus GlopToMPSolverVariableStatus(glop::VariableStatus s)
MPSolver::BasisStatus GlopToMPSolverConstraintStatus(glop::ConstraintStatus s)
MPSolver::ResultStatus GlopToMPSolverResultStatus(glop::ProblemStatus s)
glop::VariableStatus MPSolverToGlopVariableStatus(MPSolver::BasisStatus s)
glop::ConstraintStatus MPSolverToGlopConstraintStatus(MPSolver::BasisStatus s)