prop_stp.h
Go to the documentation of this file.
20 * This propagator makes use of the reduced cost of an optimally solved LP relaxation to propagate the variables, see
25 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_RETCODE SCIPStpPropCheckForInfeas(SCIP *scip, SCIP_Bool *probisinfeas)
Definition: prop_stp.c:2488
SCIP_RETCODE SCIPStpFixEdgeVarTo1(SCIP *scip, SCIP_VAR *edgevar, SCIP_Bool *success)
Definition: prop_stp.c:2443
Definition: graphdefs.h:184
Definition: struct_scip.h:59
Definition: struct_var.h:198
SCIP_RETCODE SCIPStpFixEdgeVarTo0(SCIP *scip, SCIP_VAR *edgevar, SCIP_Bool *success)
Definition: prop_stp.c:2419
Problem data for stp problem.
includes various files containing graph methods used for Steiner tree problems
SCIP_RETCODE SCIPStpPropGetGraph(SCIP *scip, GRAPH **graph, SCIP_Longint *graphnodenumber, SCIP_Bool *probisinfeas, SCIP_Real *offset)
Definition: prop_stp.c:2521
const SCIP_Bool * SCIPStpPropGet2BoundedArr(SCIP *scip)
Definition: prop_stp.c:2593
Definition: objbenders.h:33
SCIP callable library.