Scippy

SCIP

Solving Constraint Integer Programs

SCIP_Profile Struct Reference

Detailed Description

resource profile

Definition at line 184 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

int SCIP_Profile::capacity

◆ ntimepoints

◆ arraysize

int SCIP_Profile::arraysize

current array size

Definition at line 190 of file struct_misc.h.

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