Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Options passed to SCIP when adding a cut. More...
#include <gscip_constraint_handler.h>
Public Attributes | |
bool | local = false |
Cut is only valid for the current subtree. | |
bool | modifiable = false |
Cut is modifiable during node processing (subject to column generation). | |
bool | removable = true |
Cut can be removed from the LP due to aging or cleanup. | |
bool | force_cut = false |
Cut is forced to enter the LP. | |
Options passed to SCIP when adding a cut.
Definition at line 112 of file gscip_constraint_handler.h.
bool operations_research::GScipCutOptions::force_cut = false |
Cut is forced to enter the LP.
Definition at line 120 of file gscip_constraint_handler.h.
bool operations_research::GScipCutOptions::local = false |
Cut is only valid for the current subtree.
Definition at line 114 of file gscip_constraint_handler.h.
bool operations_research::GScipCutOptions::modifiable = false |
Cut is modifiable during node processing (subject to column generation).
Definition at line 116 of file gscip_constraint_handler.h.
bool operations_research::GScipCutOptions::removable = true |
Cut can be removed from the LP due to aging or cleanup.
Definition at line 118 of file gscip_constraint_handler.h.