solpool.h
Go to the documentation of this file.
23 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
Definition: graphdefs.h:184
SCIP_Bool solpool_isContained(const int *soledges, const STPSOLPOOL *pool)
Definition: solpool.c:35
Definition: struct_scip.h:59
SCIP_RETCODE solpool_init(SCIP *scip, STPSOLPOOL **pool, const int nedges, const int maxsize)
Definition: solpool.c:91
STPSOL * solpool_solFromIndex(STPSOLPOOL *pool, const int soindex)
Definition: solpool.c:66
includes various files containing graph methods used for Steiner tree problems
struct stp_solution_pool STPSOLPOOL
SCIP_RETCODE solpool_addSol(SCIP *scip, const SCIP_Real obj, const int *soledges, STPSOLPOOL *pool, SCIP_Bool *success)
Definition: solpool.c:183
SCIP_RETCODE solpool_addSolToScip(SCIP *scip, SCIP_HEUR *heur, const GRAPH *g, const int *result, SCIP_Bool *success)
Definition: solpool.c:150
struct stp_solution STPSOL
Definition: struct_heur.h:88
Definition: solpool.h:38
Definition: solpool.h:46
Definition: objbenders.h:33
SCIP callable library.