Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::ComputeInfeasibleSubsystemResult Struct Reference

Detailed Description

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< ComputeInfeasibleSubsystemResultFromProto (ModelStorageCPtr model, const ComputeInfeasibleSubsystemResultProto &result_proto)

Public Attributes

FeasibilityStatus feasibility = FeasibilityStatus::kUndetermined
ModelSubset infeasible_subsystem
bool is_minimal = false

Member Function Documentation

◆ CheckModelStorage()

absl::Status operations_research::math_opt::ComputeInfeasibleSubsystemResult::CheckModelStorage ( ModelStorageCPtr expected_storage) const

Definition at line 385 of file compute_infeasible_subsystem_result.cc.

◆ FromProto()

absl::StatusOr< ComputeInfeasibleSubsystemResult > operations_research::math_opt::ComputeInfeasibleSubsystemResult::FromProto ( ModelStorageCPtr model,
const ComputeInfeasibleSubsystemResultProto & result_proto )
static

Definition at line 350 of file compute_infeasible_subsystem_result.cc.

◆ Proto()

ComputeInfeasibleSubsystemResultProto operations_research::math_opt::ComputeInfeasibleSubsystemResult::Proto ( ) const

Definition at line 374 of file compute_infeasible_subsystem_result.cc.

Member Data Documentation

◆ feasibility

FeasibilityStatus operations_research::math_opt::ComputeInfeasibleSubsystemResult::feasibility = FeasibilityStatus::kUndetermined

Definition at line 123 of file compute_infeasible_subsystem_result.h.

◆ infeasible_subsystem

ModelSubset operations_research::math_opt::ComputeInfeasibleSubsystemResult::infeasible_subsystem

Definition at line 130 of file compute_infeasible_subsystem_result.h.

◆ is_minimal

bool operations_research::math_opt::ComputeInfeasibleSubsystemResult::is_minimal = false

Definition at line 137 of file compute_infeasible_subsystem_result.h.


The documentation for this struct was generated from the following files: