SCIP Doxygen Documentation
Loading...
Searching...
No Matches
SCIP_Profile Struct Reference

Detailed Description

resource profile

Definition at line 209 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 215 of file struct_misc.h.

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