Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | ComputeInfeasibleSubsystemResult |
class | ModelSubset |
class | ModelSubsetBounds |
Functions | |
ModelSubsetBounds | parse_model_subset_bounds (infeasible_subsystem_pb2.ModelSubsetProto.Bounds bounds) |
ModelSubset | parse_model_subset (infeasible_subsystem_pb2.ModelSubsetProto model_subset, model.Model mod) |
ComputeInfeasibleSubsystemResult | parse_compute_infeasible_subsystem_result (infeasible_subsystem_pb2.ComputeInfeasibleSubsystemResultProto infeasible_system_result, model.Model mod) |
Data types for the result of calling `mathopt.compute_infeasible_subsystem.
ComputeInfeasibleSubsystemResult ortools.math_opt.python.compute_infeasible_subsystem_result.parse_compute_infeasible_subsystem_result | ( | infeasible_subsystem_pb2.ComputeInfeasibleSubsystemResultProto | infeasible_system_result, |
model.Model | mod ) |
Returns an equivalent `ComputeInfeasibleSubsystemResult` to the input proto.
Definition at line 186 of file compute_infeasible_subsystem_result.py.
ModelSubset ortools.math_opt.python.compute_infeasible_subsystem_result.parse_model_subset | ( | infeasible_subsystem_pb2.ModelSubsetProto | model_subset, |
model.Model | mod ) |
Returns an equivalent `ModelSubset` to the input proto.
Definition at line 112 of file compute_infeasible_subsystem_result.py.
ModelSubsetBounds ortools.math_opt.python.compute_infeasible_subsystem_result.parse_model_subset_bounds | ( | infeasible_subsystem_pb2.ModelSubsetProto.Bounds | bounds | ) |
Returns an equivalent `ModelSubsetBounds` to the input proto.
Definition at line 52 of file compute_infeasible_subsystem_result.py.