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

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.
 

Detailed Description

Options passed to SCIP when adding a cut.

Definition at line 112 of file gscip_constraint_handler.h.

Member Data Documentation

◆ force_cut

bool operations_research::GScipCutOptions::force_cut = false

Cut is forced to enter the LP.

Definition at line 120 of file gscip_constraint_handler.h.

◆ local

bool operations_research::GScipCutOptions::local = false

Cut is only valid for the current subtree.

Definition at line 114 of file gscip_constraint_handler.h.

◆ modifiable

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.

◆ removable

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.


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