|
spot 2.16
|
Comparison functor for BDDs. More...
#include <spot/misc/bddlt.hh>
Public Member Functions | |
| bool | operator() (const bdd &left, const bdd &right) const |
| Compare two BDDs stably by variable order. | |
Comparison functor for BDDs.
This comparison function actually checks for BDD variables, so as long as the variable order is the same, the output of this comparison will be stable and independent on previous BDD operations.
|
inline |
Compare two BDDs stably by variable order.
1.9.8