![]() |
aGrUM
0.14.2
|
the structural constraint imposing a partial order over nodes More...
Go to the source code of this file.
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_inl.h.