p.s.w.g
p.s.w.g

Reputation: 149020

Specify DC cover with espresso_exprs

I'm just getting started learning pyeda, and fairly new to python in general. I have a very complex partially-defined Boolean expression (80~140 variables, 10K terms) that's too big to express as a truth table, but I can express it pretty easily as two DNF's (1 DNF that describes defined ON and OFF sets, and 1 DNF that describes the DC set). My problem is that pyeda offers only to APIs:

Is there any way to specify a DC DNF or cover when calling espresso with pyeda?

My current work around is to solve for the sum of both DNF's and then to try to drop any terms that only cover DC's, but I'm not sure if that's working correctly yet and anyway I believe this approach is probably relatively inefficient.

Upvotes: 0

Views: 95

Answers (0)

Related Questions