Scippy

    SCIP

    Solving Constraint Integer Programs

    SCORECONTAINER Struct Reference

    Detailed Description

    container struct to keep the calculated score for each variable

    Definition at line 1834 of file branch_lookahead.c.

    Data Fields

    SCIP_Realscores
     
    SCIP_Realdowngains
     
    SCIP_Realupgains
     
    CANDIDATE ** bestsortedcands
     
    int nbestsortedcands
     
    SCIP_Real scoresum
     
    int nsetscores
     

    Field Documentation

    ◆ scores

    SCIP_Real* SCORECONTAINER::scores

    ◆ downgains

    SCIP_Real* SCORECONTAINER::downgains

    the downgains for each problem variable

    Definition at line 1837 of file branch_lookahead.c.

    Referenced by filterCandidates(), and scoreContainerSetScore().

    ◆ upgains

    SCIP_Real* SCORECONTAINER::upgains

    the upgains for each problem variable

    Definition at line 1838 of file branch_lookahead.c.

    Referenced by filterCandidates(), and scoreContainerSetScore().

    ◆ bestsortedcands

    CANDIDATE** SCORECONTAINER::bestsortedcands

    array containing the best sorted variable indices w.r.t. their score

    Definition at line 1839 of file branch_lookahead.c.

    Referenced by scoreContainerSetScore(), scoreContainerUpdateSortOrder(), and scoreContainterResetBestSortedCands().

    ◆ nbestsortedcands

    int SCORECONTAINER::nbestsortedcands

    number of elements in bestsortedcands

    Definition at line 1840 of file branch_lookahead.c.

    Referenced by scoreContainerSetScore(), scoreContainerUpdateSortOrder(), and scoreContainterResetBestSortedCands().

    ◆ scoresum

    SCIP_Real SCORECONTAINER::scoresum

    sum of set scores

    Definition at line 1841 of file branch_lookahead.c.

    Referenced by ensureScoresPresent(), and scoreContainerSetScore().

    ◆ nsetscores

    int SCORECONTAINER::nsetscores

    number of set scores

    Definition at line 1842 of file branch_lookahead.c.

    Referenced by ensureScoresPresent(), and scoreContainerSetScore().