solhistory.h
Go to the documentation of this file.
17 * @brief includes methods working on the (reduction) history of solutions to Steiner tree problems
23 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
Definition: graphdefs.h:184
Definition: struct_scip.h:59
includes various files containing graph methods used for Steiner tree problems
struct solution_history SOLHISTORY
Definition: struct_sol.h:64
SCIP_RETCODE solhistory_init(SCIP *, const GRAPH *, SOLHISTORY **)
Definition: solhistory.c:389
SCIP_RETCODE solhistory_computeHistory(SCIP *, SCIP_SOL *, const GRAPH *, SOLHISTORY *)
Definition: solhistory.c:437
Definition: solhistory.h:40
SCIP callable library.