28 std::stringstream status;
31 if (
__rInst.exists(varIter.key()))
32 status <<
"| " << varIter.key()->name() <<
" : " << varIter.val() <<
" -> " 33 <<
__rInst[varIter.key()] <<
" |";
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
std::string toString() const
HashTable< const DiscreteVariable *, Idx > __rInst
HashTable< const DiscreteVariable *, Idx > __varInst
Table giving for every variables its instantiation.