![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
the structural constraint imposing a partial order over nodes More...
Go to the source code of this file.
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
| namespace | gum::learning |
| include the inlined functions if necessary | |
the structural constraint imposing a partial order over nodes
In DBNs, it is forbidden to add arcs from nodes at time slice t to nodes at time slice s, where s < t. This class allows for taking this kind of constraint into account by imposing a partial order over the nodes: arcs (X,Y) can then only be added if X <= Y in the partial order.
Definition in file structuralConstraintSliceOrder.cpp.