Closed SaiCharanMarrivada closed 2 months ago
@SaiCharanMarrivada Can you tell me why you continue to push so many "Update (filename)" commits? Or, tell me when this is ready for review.
@slivingston Sorry, No more commits and it is ready for review. Thanks for such a nice package in python, it is very helpful for my project.
Calling dd.cudd.BDD.apply()
calls Cudd_bddXor()
, dd.cudd.BDD.add_expr()
also calls the parser.
@SaiCharanMarrivada This PR needs work, in particular:
I am going to close the PR assuming it is abandoned, but feel free to re-open or send a new PR, considering my feedback.
I found that bdd.var('x') ^ bdd.var('y') is much faster compared to bdd.add_expr('x ^ y'). For instance, later took 14.6us while former took only 300ns.