completegraph.h
Go to the documentation of this file.
23 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
46 SCIP_Real* adjedgecosts; /**< adjacency cost array of size nnodes_max + 1, to be filled in by user */
56 * todo need something more special here that takes dfs depth and a node identifier (which) as input applies corresponding
Definition: completegraph.h:43
struct complete_graph_node_buffer CNBUFF
SCIP_Bool cgraph_idsInSync(const CGRAPH *, const int *, int)
Definition: completegraph.c:214
Definition: completegraph.h:59
Definition: struct_scip.h:59
Definition: graphdefs.h:301
includes various files containing graph methods used for Steiner tree problems
void cgraph_node_applyMinAdjCosts(CGRAPH *, int, int)
Definition: completegraph.c:371
struct complete_graph CGRAPH
SCIP_Bool cgraph_idIsContained(const CGRAPH *, int)
Definition: completegraph.c:243
SCIP_Bool cgraph_node_hasAdjCosts(const CGRAPH *, int)
Definition: completegraph.c:358
struct complete_mst CMST
void cgraph_node_repositionTop(CGRAPH *, int)
Definition: completegraph.c:463
SCIP_Real cgraph_edge_getCost(const CGRAPH *, int, int)
Definition: completegraph.c:595
Definition: completegraph.h:69
SCIP callable library.