16#include "absl/log/log.h"
57 LOG(DFATAL) <<
"Invalid glop::ProblemStatus " << s;
74 LOG(DFATAL) <<
"Unknown variable status: " << s;
91 LOG(DFATAL) <<
"Unknown variable status: " << s;
108 LOG(DFATAL) <<
"Unknown constraint status: " << s;
125 LOG(DFATAL) <<
"Unknown constraint status: " << s;
@ 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.
@ INFEASIBLE_OR_UNBOUNDED
MPSolver::ResultStatus GlopToMPSolverResultStatus(glop::ProblemStatus s)
glop::VariableStatus MPSolverToGlopVariableStatus(MPSolver::BasisStatus s)
glop::ConstraintStatus MPSolverToGlopConstraintStatus(MPSolver::BasisStatus s)
MPSolver::BasisStatus GlopToMPSolverConstraintStatus(glop::ConstraintStatus s)
MPSolver::BasisStatus GlopToMPSolverVariableStatus(glop::VariableStatus s)