Re: boolean -> DNF

2005-04-04 Thread Heiko Wundram
Am Montag, 4. April 2005 15:08 schrieb Alex Polite: > I'd like to skip BoolStuff and do it all in python but I have no idea > where to start. Anyone out there with a PhD in computer science that > can give me a starting point? I once wrote a library which implemented parsing boolean expressions (w

boolean -> DNF

2005-04-04 Thread Alex Polite
I need to transform boolean expressions to Disjunctive Normal Form. Right now I'm using BoolStuff[1], a small C program to this end. I'd like to skip BoolStuff and do it all in python but I have no idea where to start. Anyone out there with a PhD in computer science that can give me a starting p