Re: reduction to 3-CNF
[email protected] ("Sven Hilbert") Mon, 19 Apr 2004 23:44:09 +0200
| Newsgroups | perl.ai |
|---|---|
| Message-ID | <012801c4265b$16126440$8ec8b9d9@laptop> |
Hi Roberto, I have the same problem right now. Did you find a solution? (I'd prefere Perl-only-scripts...) > > I am looking for some way to do the same of LogicalExpand function of > Wolfran Mathematica. It get's a logical expression in input and returns a > CNF of the logical expression. > > Ex: > IN: LogicalExpand [ a && b && ! ( c || ( d && ! e))] > OUT: a && b && e && (! c || a) && b && ! c && ! d > regards Sven