SCIP Doxygen Documentation
 
Loading...
Searching...
No Matches
EXPRSTACK Struct Reference

Detailed Description

stack used in constructExpr to store expressions that need to be investigated ("to do list")

Definition at line 112 of file nlhdlr_convex.c.

Data Fields

SCIP_EXPR ** stack
 
int stacksize
 
int stackpos
 

Field Documentation

◆ stack

SCIP_EXPR** EXPRSTACK::stack

stack elements

Definition at line 114 of file nlhdlr_convex.c.

◆ stacksize

int EXPRSTACK::stacksize

allocated space (in number of pointers)

Definition at line 115 of file nlhdlr_convex.c.

◆ stackpos

int EXPRSTACK::stackpos

position of top element of stack

Definition at line 116 of file nlhdlr_convex.c.

Referenced by constructExpr().