•All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SCORECONTAINER Struct Reference
Detailed Description
container struct to keep the calculated score for each variable
Definition at line 1523 of file branch_lookahead.c.
Data Fields | |
SCIP_Real * | scores |
CANDIDATE ** | bestsortedcands |
int | nbestsortedindices |
Field Documentation
◆ scores
SCIP_Real* SCORECONTAINER::scores |
the scores for each problem variable
Definition at line 1525 of file branch_lookahead.c.
Referenced by sortFirstCandidatesByScore().
◆ bestsortedcands
CANDIDATE** SCORECONTAINER::bestsortedcands |
array containing the best sorted variable indices w.r.t. their score
Definition at line 1526 of file branch_lookahead.c.
Referenced by scoreContainerUpdateSortOrder().
◆ nbestsortedindices
int SCORECONTAINER::nbestsortedindices |
number of elements in bestsortedindices
Definition at line 1527 of file branch_lookahead.c.