Scippy

SCIP

Solving Constraint Integer Programs

parse_stack_struct Struct Reference

Detailed Description

Stack as a (singly) linked list. The top element is the current node.

Definition at line 79 of file xmlparse.c.

Data Fields

XML_NODEnode
 
PSTACKnext
 

Field Documentation

◆ node

XML_NODE* parse_stack_struct::node

◆ next

PSTACK* parse_stack_struct::next

Definition at line 82 of file xmlparse.c.

Referenced by popPstack(), and pushPstack().