Home
last modified time | relevance | path

Searched defs:bdd_implies (Results 1 – 8 of 8) sorted by relevance

/dports/math/spot/spot-2.10.2/python/
H A Dbuddy.py147 bdd_implies = _buddy.bdd_implies variable
/dports/math/py-spot/spot-2.10.2/python/
H A Dbuddy.py147 bdd_implies = _buddy.bdd_implies variable
/dports/math/spot/spot-2.10.2/spot/twaalgos/
H A Dsynthesis.cc467 if (not bdd_implies(output_bdd, l)) in split_2step() local
/dports/math/spot/spot-2.10.2/buddy/src/
H A Dbddx.h821 inline int bdd_implies(const bdd &l, const bdd &r) noexcept in bdd_implies() function
H A Dbddop.c1166 int bdd_implies(BDD l, BDD r) in bdd_implies() function
/dports/math/py-spot/spot-2.10.2/buddy/src/
H A Dbddx.h821 inline int bdd_implies(const bdd &l, const bdd &r) noexcept in bdd_implies() function
H A Dbddop.c1166 int bdd_implies(BDD l, BDD r) in bdd_implies() function
/dports/math/py-spot/spot-2.10.2/spot/twaalgos/
H A Dsynthesis.cc467 if (not bdd_implies(output_bdd, l)) in split_2step() local