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

Detailed Description

Definition at line 112 of file gscip_constraint_handler.h.

#include <gscip_constraint_handler.h>

Public Attributes

bool local = false
bool modifiable = false
bool removable = true
bool force_cut = false

Member Data Documentation

◆ force_cut

bool operations_research::GScipCutOptions::force_cut = false

Definition at line 120 of file gscip_constraint_handler.h.

◆ local

bool operations_research::GScipCutOptions::local = false

Definition at line 114 of file gscip_constraint_handler.h.

◆ modifiable

bool operations_research::GScipCutOptions::modifiable = false

Definition at line 116 of file gscip_constraint_handler.h.

◆ removable

bool operations_research::GScipCutOptions::removable = true

Definition at line 118 of file gscip_constraint_handler.h.


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