SCIP_ConshdlrData Struct Reference
Detailed Description
constraint handler data
Definition at line 114 of file cons_storeGraph.c.
Data Fields | |
| SCIP_CONS ** | stack |
| int | nstack |
| int | maxstacksize |
Field Documentation
◆ maxstacksize
| int SCIP_ConshdlrData::maxstacksize |
maximum size of the stack
Definition at line 118 of file cons_storeGraph.c.
◆ nstack
| int SCIP_ConshdlrData::nstack |
number of elements on the stack
Definition at line 117 of file cons_storeGraph.c.
◆ stack
| SCIP_CONS** SCIP_ConshdlrData::stack |
stack for storing active constraints
Definition at line 116 of file cons_storeGraph.c.