Int_List_Node Struct Reference
Detailed Description
integer list node
Definition at line 73 of file misc_stp.h.
#include <misc_stp.h>
Data Fields | |
int | index |
struct Int_List_Node * | parent |
Field Documentation
◆ index
int Int_List_Node::index |
int value to store
Definition at line 75 of file misc_stp.h.
Referenced by graph_sol_setNodeList(), lca(), marksolverts(), redbasedVarfixing(), SCIPintListNodeAppendCopy(), SCIPprobdataWriteSolution(), SCIPStpHeurLocalRun(), SCIPStpHeurRecRun(), and updateorgsol().
◆ parent
struct Int_List_Node* Int_List_Node::parent |
pointer to parent node
Definition at line 76 of file misc_stp.h.
Referenced by graph_free_history(), graph_free_historyDeep(), graph_sol_setNodeList(), lca(), marksolverts(), redbasedVarfixing(), SCIPintListNodeAppendCopy(), SCIPintListNodeFree(), SCIPprobdataWriteSolution(), SCIPStpHeurLocalRun(), SCIPStpHeurRecRun(), and updateorgsol().