Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Go to the source code of this file.
Namespaces | |
namespace | ortools |
namespace | ortools.math_opt |
namespace | ortools.math_opt.python |
namespace | ortools.math_opt.python.result |
Functions | |
ProblemStatus | ortools.math_opt.python.result.parse_problem_status (result_pb2.ProblemStatusProto proto) |
ObjectiveBounds | ortools.math_opt.python.result.parse_objective_bounds (result_pb2.ObjectiveBoundsProto proto) |
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) |
result_pb2.ProblemStatusProto | ortools.math_opt.python.result._get_problem_status (result_pb2.SolveResultProto result_proto) |
result_pb2.ObjectiveBoundsProto | ortools.math_opt.python.result._get_objective_bounds (result_pb2.SolveResultProto result_proto) |
result_pb2.TerminationProto | ortools.math_opt.python.result._upgrade_termination (result_pb2.SolveResultProto result_proto) |
SolveResult | ortools.math_opt.python.result.parse_solve_result (result_pb2.SolveResultProto proto, model.Model mod) |
Variables | |
tuple | ortools.math_opt.python.result._NO_DUAL_SOLUTION_ERROR |
str | ortools.math_opt.python.result._NO_BASIS_ERROR = "Best solution does not have an associated basis." |