![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
The output from solving a mathematical optimization problem from model.py.
Classes | |
| class | FeasibilityStatus |
| class | Limit |
| class | ObjectiveBounds |
| class | ProblemStatus |
| class | SolveResult |
| class | SolveStats |
| class | Termination |
| class | TerminationReason |
Functions | |
| ProblemStatus | parse_problem_status (result_pb2.ProblemStatusProto proto) |
| ObjectiveBounds | parse_objective_bounds (result_pb2.ObjectiveBoundsProto proto) |
| SolveStats | parse_solve_stats (result_pb2.SolveStatsProto proto) |
| Termination | parse_termination (result_pb2.TerminationProto termination_proto) |
| result_pb2.ProblemStatusProto | _get_problem_status (result_pb2.SolveResultProto result_proto) |
| result_pb2.ObjectiveBoundsProto | _get_objective_bounds (result_pb2.SolveResultProto result_proto) |
| result_pb2.TerminationProto | _upgrade_termination (result_pb2.SolveResultProto result_proto) |
| SolveResult | parse_solve_result (result_pb2.SolveResultProto proto, model.Model mod, *, bool validate=True) |
Variables | |
| tuple | _NO_DUAL_SOLUTION_ERROR |
| str | _NO_BASIS_ERROR = "Best solution does not have an associated basis." |
|
protected |
|
protected |
|
protected |
| ObjectiveBounds ortools.math_opt.python.result.parse_objective_bounds | ( | result_pb2.ObjectiveBoundsProto | proto | ) |
| ProblemStatus ortools.math_opt.python.result.parse_problem_status | ( | result_pb2.ProblemStatusProto | proto | ) |
| SolveResult ortools.math_opt.python.result.parse_solve_result | ( | result_pb2.SolveResultProto | proto, |
| model.Model | mod, | ||
| * | , | ||
| bool | validate = True ) |
| SolveStats ortools.math_opt.python.result.parse_solve_stats | ( | result_pb2.SolveStatsProto | proto | ) |
| Termination ortools.math_opt.python.result.parse_termination | ( | result_pb2.TerminationProto | termination_proto | ) |
|
protected |