Detailed Description
container struct to keep the calculated score for each variable
Definition at line 1846 of file branch_lookahead.c.
Data Fields | |
| SCIP_Real * | scores |
| SCIP_Real * | downgains |
| SCIP_Real * | upgains |
| CANDIDATE ** | bestsortedcands |
| int | nbestsortedcands |
| SCIP_Real | scoresum |
| int | nsetscores |
Field Documentation
◆ scores
| SCIP_Real* SCORECONTAINER::scores |
the scores for each problem variable
Definition at line 1848 of file branch_lookahead.c.
Referenced by ensureScoresPresent(), filterCandidates(), and sortFirstCandidatesByScore().
◆ downgains
| SCIP_Real* SCORECONTAINER::downgains |
the downgains for each problem variable
Definition at line 1849 of file branch_lookahead.c.
Referenced by filterCandidates().
◆ upgains
| SCIP_Real* SCORECONTAINER::upgains |
the upgains for each problem variable
Definition at line 1850 of file branch_lookahead.c.
Referenced by filterCandidates().
◆ bestsortedcands
| CANDIDATE** SCORECONTAINER::bestsortedcands |
array containing the best sorted variable indices w.r.t. their score
Definition at line 1851 of file branch_lookahead.c.
◆ nbestsortedcands
| int SCORECONTAINER::nbestsortedcands |
number of elements in bestsortedcands
Definition at line 1852 of file branch_lookahead.c.
◆ scoresum
| SCIP_Real SCORECONTAINER::scoresum |
sum of set scores
Definition at line 1853 of file branch_lookahead.c.
Referenced by ensureScoresPresent().
◆ nsetscores
| int SCORECONTAINER::nsetscores |
number of set scores
Definition at line 1854 of file branch_lookahead.c.
Referenced by ensureScoresPresent().
