![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
#include <agrum/PRM/utils_prm.h>
Go to the source code of this file.
Namespaces | |
gum | |
Copyright (c) 2005-2021 by Pierre-Henri WUILLEMIN() & Christophe GONZALES() info_at_agrum_dot_org. | |
gum::prm | |
namespace for all probabilistic relational models entities | |
Functions | |
void | gum::prm::decomposePath (const std::string &path, std::vector< std::string > &v) |
Decompose a string in a vector of strings using "." as separators. More... | |
NodeId | gum::prm::nextNodeId () |
Returns the next value of an unique counter for PRM's node id. More... | |