Bucketlist Struct Reference
Detailed Description
data related to one whole list of buckets
Definition at line 134 of file heur_dks.c.
Data Fields | |
| SCIP * | scip |
| BUCKET * | buckets |
| int | nbuckets |
Field Documentation
◆ scip
| SCIP* Bucketlist::scip |
scip instance this bucketlist belongs to
Definition at line 136 of file heur_dks.c.
Referenced by bucketCreateSubscip(), and initBucket().
◆ buckets
| BUCKET* Bucketlist::buckets |
buckets in this bucketlist
Definition at line 137 of file heur_dks.c.
Referenced by initBucket(), and SCIP_DECL_HEUREXEC().
◆ nbuckets
| int Bucketlist::nbuckets |
amount of buckets in this bucketlist
Definition at line 138 of file heur_dks.c.
Referenced by initBucket(), and SCIP_DECL_HEUREXEC().