stptest_da.c
Go to the documentation of this file.
Definition: graphdefs.h:184
Definition: struct_scip.h:59
void graph_edge_addBi(SCIP *, GRAPH *, int, int, double)
Includes dual-ascent for classic Steiner tree and some variants.
includes various files containing graph methods used for Steiner tree problems
SCIP_RETCODE graph_transPcGetSap(SCIP *, GRAPH *, GRAPH **, SCIP_Real *)
Definition: graph_trans.c:931
SCIP_RETCODE graph_pc_initPrizes(SCIP *, GRAPH *, int)
Definition: graph_pcbase.c:741
Definition: type_retcode.h:33
static SCIP_RETCODE testDaPathsPcMw3EdgesWorks(SCIP *scip)
Definition: stptest_da.c:39
Portable definitions.
includes various testing methods for Steiner tree problems
SCIP_RETCODE stptest_graphSetUpPcExtended(SCIP *, GRAPH *, int *, int *)
Definition: stptest_graph.c:375
Definition: objbenders.h:33
SCIP_RETCODE dualascent_pathsPcMw(SCIP *scip, const GRAPH *transgraph, SCIP_Real *RESTRICT redcost, SCIP_Real *objval, const int *result)
Definition: dualascent.c:1780