26 std::stringstream status;
29 if (
__rInst.exists(varIter.key()))
30 status <<
"| " << varIter.key()->name() <<
" : " << varIter.val() <<
" -> " 31 <<
__rInst[varIter.key()] <<
" |";
gum is the global namespace for all aGrUM entities
Headers of the Observation class.
std::string toString() const
HashTable< const DiscreteVariable *, Idx > __rInst
HashTable< const DiscreteVariable *, Idx > __varInst
Table giving for every variables its instantiation.