Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_Profile Struct Reference

    Detailed Description

    resource profile

    Definition at line 210 of file struct_misc.h.

    #include <struct_misc.h>

    Data Fields

    int * timepoints
     
    int * loads
     
    int capacity
     
    int ntimepoints
     
    int arraysize
     

    Field Documentation

    ◆ timepoints

    ◆ loads

    ◆ capacity

    ◆ ntimepoints

    ◆ arraysize

    int SCIP_Profile::arraysize

    current array size

    Definition at line 216 of file struct_misc.h.

    Referenced by ensureProfileSize(), profileInsertTimepoint(), and profileUpdate().