Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ortools.math_opt.python.compute_infeasible_subsystem_result Namespace Reference

Detailed Description

Data types for the result of calling `mathopt.compute_infeasible_subsystem.

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)

Function Documentation

◆ parse_compute_infeasible_subsystem_result()

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 188 of file compute_infeasible_subsystem_result.py.

◆ parse_model_subset()

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 114 of file compute_infeasible_subsystem_result.py.

◆ parse_model_subset_bounds()

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 54 of file compute_infeasible_subsystem_result.py.