aGrUM  0.16.0
partialOrderedEliminationSequenceStrategy_inl.h
Go to the documentation of this file.
1 
34 namespace gum {
35 
36 
37  // returns the current partial ordering
38  INLINE const List< NodeSet >*
40  return _subsets;
41  }
42 
43 
44  // indicates if a new partial ordering is needed
45  INLINE bool
47  noexcept {
48  return _partial_order_needed;
49  }
50 
51 
52 } /* namespace gum */
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition: agrum.h:25
const List< NodeSet > * _subsets
the subsets constituting the partial ordering
bool isPartialOrderNeeded() const noexcept
indicates if a new partial ordering is needed
const List< NodeSet > * partialOrder() const noexcept
returns the current partial ordering
bool _partial_order_needed
indicate whether a new partial ordering is necessary for the elimination