validate.c
Go to the documentation of this file.
24 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
118 /** traverses the graph from vertex 'start' and marks all reached nodes (counts up to to at most 2) */
274 /* SCIP-Heuristiken können (z.B. durch Runden) Lösungen konstruieren, die einen Kreis aus Steiner-Knoten enthalten, der
Definition: graphdefs.h:184
Definition: struct_scip.h:59
#define SCIPallocClearBufferArray(scip, ptr, num)
Definition: scip_mem.h:117
includes various files containing graph methods used for Steiner tree problems
SCIP_RETCODE SCIPStpValidateSol(SCIP *scip, const GRAPH *g, const double *xval, SCIP_Bool allow_cyles, SCIP_Bool *feasible)
Definition: validate.c:202
Definition: type_retcode.h:33
Portable definitions.
static void trail_old(const GRAPH *g, int i, const double *xval, int tail, int *visitcount)
Definition: validate.c:85
static SCIP_RETCODE trail(SCIP *scip, const GRAPH *g, const double *xval, int start, int *visitcount)
Definition: validate.c:120
Definition: objbenders.h:33