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

Detailed Description

Definition at line 33 of file inverted_bounds.h.

#include <inverted_bounds.h>

Public Member Functions

bool empty () const
absl::Status ToStatus () const

Public Attributes

std::vector< int64_t > variables
std::vector< int64_t > linear_constraints

Member Function Documentation

◆ empty()

bool operations_research::math_opt::InvertedBounds::empty ( ) const
inline

Definition at line 35 of file inverted_bounds.h.

◆ ToStatus()

absl::Status operations_research::math_opt::InvertedBounds::ToStatus ( ) const

Definition at line 28 of file inverted_bounds.cc.

Member Data Documentation

◆ linear_constraints

std::vector<int64_t> operations_research::math_opt::InvertedBounds::linear_constraints

Definition at line 46 of file inverted_bounds.h.

◆ variables

std::vector<int64_t> operations_research::math_opt::InvertedBounds::variables

Definition at line 43 of file inverted_bounds.h.


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