stp_solution Struct Reference
Detailed Description
#include <solpool.h>
Data Fields | |
SCIP_Real | obj |
int * | soledges |
int | index |
Field Documentation
◆ obj
SCIP_Real stp_solution::obj |
Definition at line 40 of file solpool.h.
Referenced by computeSteinerTreeRedCosts(), computeSteinerTreeRedCostsPcMw(), reduce_daPcMw(), and solpool_addSol().
◆ soledges
int* stp_solution::soledges |
Definition at line 41 of file solpool.h.
Referenced by buildsolgraph(), computeSteinerTreeRedCosts(), computeSteinerTreeRedCostsPcMw(), poolSolIsUnreduced(), solgraphSelectSolsDiff(), solpool_addSol(), solpool_free(), and solpool_isContained().
◆ index
int stp_solution::index |
Definition at line 42 of file solpool.h.
Referenced by solpool_addSol(), and solpool_solFromIndex().