Detailed Description
edge based solution pool for Steiner tree problems (in presolving)
Definition at line 46 of file heur_rec.h.
#include <heur_rec.h>
Data Fields | |
STPSOL ** | sols |
int | size |
int | nedges |
int | maxsize |
int | maxindex |
Field Documentation
◆ sols
STPSOL** stp_solution_pool::sols |
Definition at line 48 of file heur_rec.h.
Referenced by buildsolgraph(), computeDaSolPcMw(), isInPool(), reduce_daPcMw(), SCIPStpHeurRecAddToPool(), SCIPStpHeurRecFreePool(), SCIPStpHeurRecInitPool(), SCIPStpHeurRecRun(), SCIPStpHeurRecSolfromIdx(), selectdiffsols(), and selectsols().
◆ size
int stp_solution_pool::size |
Definition at line 49 of file heur_rec.h.
Referenced by computeDaSolPcMw(), isInPool(), reduce_da(), SCIPStpHeurRecAddToPool(), SCIPStpHeurRecFreePool(), SCIPStpHeurRecInitPool(), SCIPStpHeurRecSolfromIdx(), selectdiffsols(), and selectsols().
◆ nedges
int stp_solution_pool::nedges |
Definition at line 50 of file heur_rec.h.
Referenced by isInPool(), SCIPStpHeurRecAddToPool(), SCIPStpHeurRecInitPool(), and SCIPStpHeurRecRun().
◆ maxsize
int stp_solution_pool::maxsize |
Definition at line 51 of file heur_rec.h.
Referenced by SCIPStpHeurRecAddToPool(), SCIPStpHeurRecFreePool(), and SCIPStpHeurRecInitPool().
◆ maxindex
int stp_solution_pool::maxindex |
Definition at line 52 of file heur_rec.h.
Referenced by computeDaSolPcMw(), reduce_da(), SCIPStpHeurRecAddToPool(), SCIPStpHeurRecInitPool(), and SCIPStpHeurRecRun().