Closed daemontus closed 1 year ago
Currently, I see no direct way of converting a BddValuation back to a Bdd object. (This is possible for BddPartialValuation)
BddValuation
Bdd
BddPartialValuation
My bad, this already exists as Bdd::from(BddValuation). See 8b964fa.
Bdd::from(BddValuation)
Currently, I see no direct way of converting a
BddValuation
back to aBdd
object. (This is possible forBddPartialValuation
)