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 STP_CONS page.
25 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
Definition: graphdefs.h:184
Definition: struct_scip.h:59
SCIP_RETCODE SCIPStpAddContractionCut(SCIP *scip, SCIP_VAR *edge, SCIP_VAR *revedge, SCIP_Bool localcut)
Definition: cons_stp.c:1165
Definition: struct_var.h:198
includes various files containing graph methods used for Steiner tree problems
Definition: struct_cons.h:37
SCIP_RETCODE SCIPcreateConsStp(SCIP *scip, SCIP_CONS **cons, const char *name, GRAPH *graph)
Definition: cons_stp.c:1135
Definition: objbenders.h:33
SCIP callable library.