Detailed Description
integer list node
Definition at line 88 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 90 of file misc_stp.h.
Referenced by computeHistoryPcMw(), computeReducedProbSolutionBiased(), fixEdgestate(), graph_initAncestors(), marksolverts(), retransformReducedProbSolution(), SCIPintListNodeAppendCopy(), setEdgestate(), setNodeList(), updateEdgestateFromRedPcmw(), and updateorgsol().
◆ parent
struct Int_List_Node* Int_List_Node::parent |
pointer to parent node
Definition at line 91 of file misc_stp.h.
Referenced by computeHistoryPcMw(), computeReducedProbSolutionBiased(), fixEdgestate(), graph_free_fixed(), graph_free_fixedEdgesOnly(), graph_freeHistory(), graph_freeHistoryDeep(), graph_initAncestors(), marksolverts(), retransformReducedProbSolution(), SCIPintListNodeAppend(), SCIPintListNodeAppendCopy(), SCIPintListNodeFree(), setEdgestate(), setNodeList(), updateEdgestateFromRedPcmw(), and updateorgsol().