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

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.
 

Detailed Description

Options passed to SCIP when adding a lazy constraint.

Definition at line 124 of file gscip_constraint_handler.h.

Member Data Documentation

◆ dynamic

bool operations_research::GScipLazyConstraintOptions::dynamic = false

Constraint is subject to aging.

Definition at line 128 of file gscip_constraint_handler.h.

◆ local

bool operations_research::GScipLazyConstraintOptions::local = false

Cut is only valid for the current subtree.

Definition at line 126 of file gscip_constraint_handler.h.


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