|
cons_stp.h
Go to the documentation of this file.
22 * This file checks solutions for feasibility and separates violated model constraints. For more details see \ref CONS page. 25 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_RETCODE SCIPdualAscentStp(SCIP *scip, GRAPH *g, SCIP_Real *redcost, SCIP_Real *objval, SCIP_Bool addcuts, GNODE **gnodearrterms, int *edgearrint, int *nodearrint, int root, int nruns, char *edgearrchar, char *nodearrchar) Definition: cons_stp.c:1161 SCIP_RETCODE SCIPdualAscentAddCutsStp(SCIP *scip, GRAPH *g, int nruns) Definition: cons_stp.c:2012 includes various files containing graph methods used for Steiner problems SCIP_RETCODE SCIPcreateConsStp(SCIP *scip, SCIP_CONS **cons, const char *name, GRAPH *graph) Definition: cons_stp.c:1131 Definition: misc_stp.h:35 SCIP_RETCODE SCIPdualAscentPcStp(SCIP *scip, GRAPH *g, SCIP_Real *redcost, SCIP_Real *objval, SCIP_Bool addcuts, int nruns) Definition: cons_stp.c:1602 |