14#ifndef OR_TOOLS_MATH_OPT_CORE_INVERTED_BOUNDS_H_
15#define OR_TOOLS_MATH_OPT_CORE_INVERTED_BOUNDS_H_
20#include "absl/status/status.h"
An object oriented wrapper for quadratic constraints in ModelStorage.
constexpr std::size_t kMaxInvertedBounds
The maximum number of variables/constraints with inverted bounds to report.
std::vector< int64_t > linear_constraints
Ids of the linear constraints with inverted bounds.
bool empty() const
Returns true if this object contains no variable/constraint ids.
std::vector< int64_t > variables
Ids of the variables with inverted bounds.
absl::Status ToStatus() const