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

Detailed Description

Definition at line 103 of file xpress_solver.h.

#include <xpress_solver.h>

Public Attributes

XpressLinearConstraintIndex constraint_index = kUnspecifiedConstraint
double lower_bound = kMinusInf
double upper_bound = kPlusInf

Member Data Documentation

◆ constraint_index

XpressLinearConstraintIndex operations_research::math_opt::XpressSolver::LinearConstraintData::constraint_index = kUnspecifiedConstraint

Definition at line 104 of file xpress_solver.h.

◆ lower_bound

double operations_research::math_opt::XpressSolver::LinearConstraintData::lower_bound = kMinusInf

Definition at line 105 of file xpress_solver.h.

◆ upper_bound

double operations_research::math_opt::XpressSolver::LinearConstraintData::upper_bound = kPlusInf

Definition at line 106 of file xpress_solver.h.


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