OR-Tools  8.2
ScipCallbackConstraintOptions

Detailed Description

Definition at line 165 of file scip_callback.h.

Public Attributes

bool initial = true
 
bool separate = true
 
bool enforce = true
 
bool check = true
 
bool propagate = true
 
 bool = false
 
bool modifiable = false
 
bool dynamic = false
 
bool removable = true
 
bool stickingatnodes = false
 

Member Data Documentation

◆ bool

bool = false

Definition at line 171 of file scip_callback.h.

◆ check

bool check = true

Definition at line 169 of file scip_callback.h.

◆ dynamic

bool dynamic = false

Definition at line 173 of file scip_callback.h.

◆ enforce

bool enforce = true

Definition at line 168 of file scip_callback.h.

◆ initial

bool initial = true

Definition at line 166 of file scip_callback.h.

◆ modifiable

bool modifiable = false

Definition at line 172 of file scip_callback.h.

◆ propagate

bool propagate = true

Definition at line 170 of file scip_callback.h.

◆ removable

bool removable = true

Definition at line 174 of file scip_callback.h.

◆ separate

bool separate = true

Definition at line 167 of file scip_callback.h.

◆ stickingatnodes

bool stickingatnodes = false

Definition at line 175 of file scip_callback.h.


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