![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 100 of file compute_infeasible_subsystem_result.h.
#include <compute_infeasible_subsystem_result.h>
Public Member Functions | |
| ComputeInfeasibleSubsystemResultProto | Proto () const |
| absl::Status | CheckModelStorage (ModelStorageCPtr expected_storage) const |
Static Public Member Functions | |
| static absl::StatusOr< ComputeInfeasibleSubsystemResult > | FromProto (ModelStorageCPtr model, const ComputeInfeasibleSubsystemResultProto &result_proto) |
Public Attributes | |
| FeasibilityStatus | feasibility = FeasibilityStatus::kUndetermined |
| ModelSubset | infeasible_subsystem |
| bool | is_minimal = false |
| absl::Status operations_research::math_opt::ComputeInfeasibleSubsystemResult::CheckModelStorage | ( | ModelStorageCPtr | expected_storage | ) | const |
Definition at line 385 of file compute_infeasible_subsystem_result.cc.
|
static |
Definition at line 350 of file compute_infeasible_subsystem_result.cc.
| ComputeInfeasibleSubsystemResultProto operations_research::math_opt::ComputeInfeasibleSubsystemResult::Proto | ( | ) | const |
Definition at line 374 of file compute_infeasible_subsystem_result.cc.
| FeasibilityStatus operations_research::math_opt::ComputeInfeasibleSubsystemResult::feasibility = FeasibilityStatus::kUndetermined |
Definition at line 123 of file compute_infeasible_subsystem_result.h.
| ModelSubset operations_research::math_opt::ComputeInfeasibleSubsystemResult::infeasible_subsystem |
Definition at line 130 of file compute_infeasible_subsystem_result.h.
| bool operations_research::math_opt::ComputeInfeasibleSubsystemResult::is_minimal = false |
Definition at line 137 of file compute_infeasible_subsystem_result.h.