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)
void insertState__(const Instantiation &, NodeId, Idx)
~StatesChecker()
Default destructor.
INLINE void emplace(Args &&... args)
void addState(const Instantiation &)
StatesChecker()
Default constructor.
Set< Instantiation *> visitedStates__
MultiDimFunctionGraph< bool > * checker__
void reset(const Instantiation &)
<agrum/FMDP/simulation/statesChecker.h>