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

#include <scip_callback.h>

Public Attributes

LinearRange range
 
bool is_cut = false
 
std::string name
 
bool local = false
 

Detailed Description

Definition at line 106 of file scip_callback.h.

Member Data Documentation

◆ is_cut

bool operations_research::CallbackRangeConstraint::is_cut = false

Definition at line 108 of file scip_callback.h.

◆ local

bool operations_research::CallbackRangeConstraint::local = false

Definition at line 110 of file scip_callback.h.

◆ name

std::string operations_research::CallbackRangeConstraint::name

Definition at line 109 of file scip_callback.h.

◆ range

LinearRange operations_research::CallbackRangeConstraint::range

Definition at line 107 of file scip_callback.h.


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