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

#include <compute_infeasible_subsystem_result.h>

Public Member Functions

ModelSubsetProto::Bounds Proto () const
 
bool empty () const
 

Static Public Member Functions

static Bounds FromProto (const ModelSubsetProto::Bounds &bounds_proto)
 

Public Attributes

bool lower = false
 
bool upper = false
 

Friends

bool operator== (const Bounds &lhs, const Bounds &rhs)
 
bool operator!= (const Bounds &lhs, const Bounds &rhs)
 

Detailed Description

Definition at line 46 of file compute_infeasible_subsystem_result.h.

Member Function Documentation

◆ empty()

bool operations_research::math_opt::ModelSubset::Bounds::empty ( ) const
inline

Definition at line 50 of file compute_infeasible_subsystem_result.h.

◆ FromProto()

ModelSubset::Bounds operations_research::math_opt::ModelSubset::Bounds::FromProto ( const ModelSubsetProto::Bounds & bounds_proto)
static

Definition at line 54 of file compute_infeasible_subsystem_result.cc.

◆ Proto()

ModelSubsetProto::Bounds operations_research::math_opt::ModelSubset::Bounds::Proto ( ) const

Definition at line 59 of file compute_infeasible_subsystem_result.cc.

Friends And Related Symbol Documentation

◆ operator!=

bool operator!= ( const Bounds & lhs,
const Bounds & rhs )
friend

Definition at line 55 of file compute_infeasible_subsystem_result.h.

◆ operator==

bool operator== ( const Bounds & lhs,
const Bounds & rhs )
friend

Definition at line 52 of file compute_infeasible_subsystem_result.h.

Member Data Documentation

◆ lower

bool operations_research::math_opt::ModelSubset::Bounds::lower = false

Definition at line 59 of file compute_infeasible_subsystem_result.h.

◆ upper

bool operations_research::math_opt::ModelSubset::Bounds::upper = false

Definition at line 60 of file compute_infeasible_subsystem_result.h.


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