All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Detailed Description
Function Documentation
create a resource activity
Definition at line 4604 of file misc.c. References BMSallocMemory, NULL, SCIP_ALLOC, and SCIP_OKAY.
frees a resource activity
Definition at line 4623 of file misc.c. References BMSfreeMemory, and NULL.
returns the start time variable of the resource activity
Definition at line 4649 of file misc.c. References NULL, and SCIP_ResourceActivity::var.
returns the duration of the resource activity
Definition at line 4659 of file misc.c. References SCIP_ResourceActivity::duration, and NULL.
returns the demand of the resource activity
Definition at line 4669 of file misc.c. References SCIP_ResourceActivity::demand, and NULL.
returns the energy of the resource activity
Definition at line 4679 of file misc.c. References SCIP_ResourceActivity::demand, SCIP_ResourceActivity::duration, and NULL. |