29 #ifndef GUM_SCHEDULE_SEPARATOR_STORE_MULTI_DIM_H 30 #define GUM_SCHEDULE_SEPARATOR_STORE_MULTI_DIM_H 34 #include <agrum/agrum.h> 36 #include <agrum/tools/core/sequence.h> 37 #include <agrum/tools/graphicalModels/inference/scheduler/scheduleMultiDim.h> 38 #include <agrum/tools/graphicalModels/inference/scheduler/scheduleOperation.h> 39 #include <agrum/tools/graphs/graphElements.h> 40 #include <agrum/tools/multidim/implementations/multiDimImplementation.h> 44 template <
typename GUM_SCALAR >
55 const ScheduleMultiDim< GUM_SCALAR >& table,
142 #include <agrum/tools/graphicalModels/inference/scheduler/scheduleSeparatorStoreMultiDim_tpl.h> virtual ScheduleSeparatorStoreMultiDim< GUM_SCALAR > * newFactory() const
virtual copy constructor: creates a clone of the operation
const Sequence< const ScheduleMultiDim< GUM_SCALAR > *> & multiDimResults() const
returns the set of multidims that should be the result of the operation
ScheduleSeparatorStoreMultiDim(const ScheduleSeparatorStoreMultiDim< GUM_SCALAR > &)
copy constructor
INLINE void emplace(Args &&... args)
std::pair< long, long > memoryUsage() const
returns the memory consumption used during the operation
float nbOperations() const
returns an estimation of the number of elementary operations needed to perform the ScheduleOperation ...
ScheduleMultiDim< GUM_SCALAR > _table_
virtual ~ScheduleSeparatorStoreMultiDim()
destructor
bool operator!=(const ScheduleOperation< GUM_SCALAR > &) const
operator !=
bool operator==(const ScheduleOperation< GUM_SCALAR > &) const
operator ==
const Sequence< const ScheduleMultiDim< GUM_SCALAR > *> & multiDimArgs() const
returns the set of multidims passed in argument to the operation
void execute()
executes the operation
ScheduleSeparatorStoreMultiDim< GUM_SCALAR > & operator=(const ScheduleSeparatorStoreMultiDim< GUM_SCALAR > &)
copy operator
ArcProperty< Set< const MultiDimImplementation< GUM_SCALAR > *> > * _tableSet_
std::string toString() const
displays the content of the operation
ScheduleSeparatorStoreMultiDim(const ScheduleMultiDim< GUM_SCALAR > &table, ArcProperty< Set< const MultiDimImplementation< GUM_SCALAR > * > > &separator_tables, Arc separator)
default constructor
Sequence< const ScheduleMultiDim< GUM_SCALAR > *> * _args_
the set of ScheduleMultidims passed in arguments