![]() |
OR-Tools
9.2
|
Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| Collection of objects used to extend the Constraint Solver library. | |
| namespace | operations_research::math_opt |
Functions | |
| absl::Status | ValidateProblemStatus (const ProblemStatusProto &status) |
| absl::Status | ValidateSolveStats (const SolveStatsProto &solve_stats) |
| absl::Status | CheckPrimalStatusIs (const ProblemStatusProto &status, const FeasibilityStatusProto required_status) |
| absl::Status | CheckPrimalStatusIsNot (const ProblemStatusProto &status, const FeasibilityStatusProto forbidden_status) |
| absl::Status | CheckDualStatusIs (const ProblemStatusProto &status, const FeasibilityStatusProto required_status, const bool primal_or_dual_infeasible_also_ok) |
| absl::Status | CheckDualStatusIsNot (const ProblemStatusProto &status, const FeasibilityStatusProto forbidden_status) |