aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
gum::SchedulerSequential::UnexecutedOperation Struct Reference

a structure to keep informations about operations that could not be executed due to memory usage limitations More...

Collaboration diagram for gum::SchedulerSequential::UnexecutedOperation:

Public Attributes

double max_memory_usage
double end_memory_usage
NodeId node

Detailed Description

a structure to keep informations about operations that could not be executed due to memory usage limitations

Definition at line 132 of file schedulerSequential.h.

Member Data Documentation

◆ end_memory_usage

double gum::SchedulerSequential::UnexecutedOperation::end_memory_usage

Definition at line 134 of file schedulerSequential.h.

◆ max_memory_usage

double gum::SchedulerSequential::UnexecutedOperation::max_memory_usage

Definition at line 133 of file schedulerSequential.h.

◆ node

NodeId gum::SchedulerSequential::UnexecutedOperation::node

Definition at line 135 of file schedulerSequential.h.


The documentation for this struct was generated from the following file: