Detailed Description
fixed graph components, typedef FIXED
Definition at line 34 of file graph_history.c.
Data Fields | |
IDX * | fixedges |
int * | fixpseudonodes |
int | nfixnodes |
SCIP_Bool | movedFrom |
Field Documentation
◆ fixedges
IDX* fixed_graph_components::fixedges |
fixed edges
Definition at line 36 of file graph_history.c.
Referenced by graph_copyFixed(), graph_fixed_add(), graph_free_fixed(), graph_free_fixedEdgesOnly(), graph_getFixedges(), and graph_init_fixed().
◆ fixpseudonodes
int* fixed_graph_components::fixpseudonodes |
fixed psuedo eliminated nodes
Definition at line 37 of file graph_history.c.
Referenced by graph_copyFixed(), graph_fixed_add(), graph_free_fixed(), graph_getFixpseudonodes(), and graph_init_fixed().
◆ nfixnodes
int fixed_graph_components::nfixnodes |
number of fixed nodes
Definition at line 38 of file graph_history.c.
Referenced by graph_copyFixed(), graph_fixed_add(), graph_free_fixed(), graph_free_fixedEdgesOnly(), graph_getNfixpseudonodes(), and graph_init_fixed().
◆ movedFrom
SCIP_Bool fixed_graph_components::movedFrom |
ancestor information moved away?
Definition at line 39 of file graph_history.c.
Referenced by graph_copyFixed(), graph_fixed_add(), graph_fixed_resetMoved(), and graph_init_fixed().