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

Detailed Description

Definition at line 566 of file gscip.h.

#include <gscip.h>

Public Attributes

SCIP_VAR * indicator_variable = nullptr
bool negate_indicator = false
std::vector< SCIP_Var * > variables
std::vector< double > coefficients
double upper_bound = std::numeric_limits<double>::infinity()

Member Data Documentation

◆ coefficients

std::vector<double> operations_research::GScipIndicatorConstraint::coefficients

Definition at line 573 of file gscip.h.

◆ indicator_variable

SCIP_VAR* operations_research::GScipIndicatorConstraint::indicator_variable = nullptr

Definition at line 568 of file gscip.h.

◆ negate_indicator

bool operations_research::GScipIndicatorConstraint::negate_indicator = false

Definition at line 569 of file gscip.h.

◆ upper_bound

double operations_research::GScipIndicatorConstraint::upper_bound = std::numeric_limits<double>::infinity()

Definition at line 575 of file gscip.h.

◆ variables

std::vector<SCIP_Var*> operations_research::GScipIndicatorConstraint::variables

Definition at line 571 of file gscip.h.


The documentation for this struct was generated from the following file:
  • ortools/math_opt/solvers/gscip/gscip.h