Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Options passed to SCIP when adding a lazy constraint. More...
#include <gscip_constraint_handler.h>
Public Attributes | |
bool | local = false |
Cut is only valid for the current subtree. | |
bool | dynamic = false |
Constraint is subject to aging. | |
Options passed to SCIP when adding a lazy constraint.
Definition at line 124 of file gscip_constraint_handler.h.
bool operations_research::GScipLazyConstraintOptions::dynamic = false |
Constraint is subject to aging.
Definition at line 128 of file gscip_constraint_handler.h.
bool operations_research::GScipLazyConstraintOptions::local = false |
Cut is only valid for the current subtree.
Definition at line 126 of file gscip_constraint_handler.h.