Scippy

SCIP

Solving Constraint Integer Programs

fixed_graph_components Struct Reference

Detailed Description

fixed graph components, typedef FIXED

Definition at line 34 of file graph_history.c.

Data Fields

IDXfixedges
 
int * fixpseudonodes
 
int nfixnodes
 
SCIP_Bool movedFrom
 

Field Documentation

◆ fixedges

IDX* fixed_graph_components::fixedges

◆ 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

◆ 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().