Re: [Boston.pm] Perl Boolean Expression builder

2009-05-20 Thread Uri Guttman
> "PN" == Palit, Nilanjan writes: PN> Thanks! Exactly what I was looking for. BTW, for those interested, the correct URL is below: PN> http://search.cpan.org/~kulp/Algorithm-QuineMcCluskey-0.01/lib/Algorithm/QuineMcCluskey.pm it wasn't an incorrect url but it got line wrapped somehow

Re: [Boston.pm] Perl Boolean Expression builder

2009-05-20 Thread Palit, Nilanjan
: Wednesday, May 20, 2009 6:28 PM To: Tom Metro; Palit, Nilanjan Cc: L-boston-pm Subject: RE: [Boston.pm] Perl Boolean Expression builder To minimize the Boolean expression or compute one from a truth table, I think you want http://search.cpan.org/~kulp/Algorithm-QuineMcCluskey-0.01/lib/Algorithm

Re: [Boston.pm] Perl Boolean Expression builder

2009-05-20 Thread Ricker, William
To minimize the Boolean expression or compute one from a truth table, I think you want http://search.cpan.org/~kulp/Algorithm-QuineMcCluskey-0.01/lib/Algorithm /QuineMcCluskey.pm References - http://hopper.unco.edu/KARNAUGH/Algorithm.html http://en.wikipedia.org/wiki/Karnaugh

Re: [Boston.pm] Perl Boolean Expression builder

2009-05-20 Thread Tom Metro
Palit, Nilanjan wrote: ...is there a Perl module out there that can take in a truth table & create a minimized Boolean expression (BE)? I haven't ran across one...but it would be handy to have one for state machine construction, which often starts with a truth table. -Tom -- Tom Metro

Re: [Boston.pm] Perl Boolean Expression builder

2009-05-20 Thread Uri Guttman
> "PN" == Palit, Nilanjan writes: PN> Question for the EE/CS Perl users: is there a Perl module out PN> there that can take in a truth table & create a minimized Boolean PN> expression (BE)? I saw some (non-Perl) tools for doing the PN> reverse. A quick CPAN search did not reveal