Solving Constraint Integer Programs
resource profile
Definition at line 161 of file struct_misc.h.
#include <struct_misc.h>
time point array
Definition at line 163 of file struct_misc.h.
Referenced by ensureProfileSize(), profileFindDownFeasibleStart(), profileFindFeasibleStart(), profileInsertTimepoint(), profileUpdate(), SCIPprofileFindLeft(), SCIPprofileGetEarliestFeasibleStart(), SCIPprofileGetLatestFeasibleStart(), SCIPprofileGetTime(), SCIPprofileGetTimepoints(), and SCIPprofilePrint().
array holding the load for each time point
Definition at line 164 of file struct_misc.h.
Referenced by ensureProfileSize(), profileFindDownFeasibleStart(), profileFindFeasibleStart(), profileInsertTimepoint(), profileUpdate(), SCIPprofileGetEarliestFeasibleStart(), SCIPprofileGetLatestFeasibleStart(), SCIPprofileGetLoad(), SCIPprofileGetLoads(), and SCIPprofilePrint().
capacity of the resource profile
Definition at line 165 of file struct_misc.h.
Referenced by computeAlternativeBounds(), profileFindDownFeasibleStart(), profileFindFeasibleStart(), profileUpdate(), SCIPprofileGetCapacity(), SCIPprofileGetEarliestFeasibleStart(), SCIPprofileGetLatestFeasibleStart(), and SCIPprofilePrint().
current number of entries
Definition at line 166 of file struct_misc.h.
Referenced by profileFindDownFeasibleStart(), profileFindFeasibleStart(), profileInsertTimepoint(), profileUpdate(), SCIPprofileFindLeft(), SCIPprofileGetEarliestFeasibleStart(), SCIPprofileGetLatestFeasibleStart(), SCIPprofileGetNTimepoints(), and SCIPprofilePrint().
current array size
Definition at line 167 of file struct_misc.h.
Referenced by ensureProfileSize(), profileInsertTimepoint(), and profileUpdate().