Detailed Description
edge based solution pool for Steiner tree problems (in presolving)
#include <solpool.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 solpool.h.
Referenced by buildsolgraph(), computeSteinerTreeRedCostsPcMw(), initializeIncumbent(), poolSolIsUnreduced(), reduce_daPcMw(), solgraphSelectSols(), solgraphSelectSolsDiff(), solpool_addSol(), solpool_free(), solpool_init(), solpool_isContained(), and solpool_solFromIndex().
◆ size
int stp_solution_pool::size |
Definition at line 49 of file solpool.h.
Referenced by computeSteinerTreeRedCosts(), computeSteinerTreeRedCostsPcMw(), solgraphSelectSols(), solgraphSelectSolsDiff(), solpool_addSol(), solpool_free(), solpool_init(), solpool_isContained(), and solpool_solFromIndex().
◆ nedges
int stp_solution_pool::nedges |
Definition at line 50 of file solpool.h.
Referenced by initializeIncumbent(), solpool_addSol(), solpool_init(), and solpool_isContained().
◆ maxsize
int stp_solution_pool::maxsize |
Definition at line 51 of file solpool.h.
Referenced by solpool_addSol(), solpool_free(), and solpool_init().
◆ maxindex
int stp_solution_pool::maxindex |
Definition at line 52 of file solpool.h.
Referenced by computeSteinerTreeRedCosts(), computeSteinerTreeRedCostsPcMw(), poolAddSol(), solpool_addSol(), and solpool_init().