Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <scip_callback.h>
Public Attributes | |
LinearRange | range |
bool | is_cut = false |
std::string | name |
bool | local = false |
Definition at line 106 of file scip_callback.h.
bool operations_research::CallbackRangeConstraint::is_cut = false |
Definition at line 108 of file scip_callback.h.
bool operations_research::CallbackRangeConstraint::local = false |
Definition at line 110 of file scip_callback.h.
std::string operations_research::CallbackRangeConstraint::name |
Definition at line 109 of file scip_callback.h.
LinearRange operations_research::CallbackRangeConstraint::range |
Definition at line 107 of file scip_callback.h.