container struct to keep the calculated score for each variable
Definition at line 1831 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 |
SCIP_Real* SCORECONTAINER::scores |
the scores for each problem variable
Definition at line 1833 of file branch_lookahead.c.
SCIP_Real* SCORECONTAINER::downgains |
the downgains for each problem variable
Definition at line 1834 of file branch_lookahead.c.
SCIP_Real* SCORECONTAINER::upgains |
the upgains for each problem variable
Definition at line 1835 of file branch_lookahead.c.
CANDIDATE** SCORECONTAINER::bestsortedcands |
array containing the best sorted variable indices w.r.t. their score
Definition at line 1836 of file branch_lookahead.c.
int SCORECONTAINER::nbestsortedcands |
number of elements in bestsortedcands
Definition at line 1837 of file branch_lookahead.c.
SCIP_Real SCORECONTAINER::scoresum |
sum of set scores
Definition at line 1838 of file branch_lookahead.c.
int SCORECONTAINER::nsetscores |
number of set scores
Definition at line 1839 of file branch_lookahead.c.