31 #ifndef GUM_STATES_CHECKER_H 32 #define GUM_STATES_CHECKER_H 35 #include <agrum/tools/core/sequence.h> 36 #include <agrum/tools/multidim/implementations/multiDimFunctionGraph.h> 73 bool checkState(
const Instantiation& state) {
return _checker_->get(state); }
bool checkState(const Instantiation &state)
~StatesChecker()
Default destructor.
INLINE void emplace(Args &&... args)
void _insertState_(const Instantiation &, NodeId, Idx)
void addState(const Instantiation &)
StatesChecker()
Default constructor.
Set< Instantiation *> _visitedStates_
void reset(const Instantiation &)
<agrum/FMDP/simulation/statesChecker.h>
MultiDimFunctionGraph< bool > * _checker_