Re: Compress the finite state machine

"James E. Stine" <jes6@eecs.lehigh.edu>
4 Mar 1999 12:12:10 -0500

          From comp.compilers

Related articles
Compress the finite state machine felixmish@usa.net (Felix Mish) (1999-03-02)
Re: Compress the finite state machine cfc@world.std.com (Chris F Clark) (1999-03-04)
Re: Compress the finite state machine torbenm@diku.dk (Torben Mogensen) (1999-03-04)
Re: Compress the finite state machine jes6@eecs.lehigh.edu (James E. Stine) (1999-03-04)
Re: Compress the finite state machine allanmac@blueprint.com (Allan MacKinnon) (1999-03-04)
Re: Compress the finite state machine hunk@alpha1.csd.uwm.edu (1999-03-04)
Re: Compress the finite state machine stans@lucent.com (Sicco Tans) (1999-03-10)
Re: Compress the finite state machine torbenm@diku.dk (Torben Mogensen) (1999-03-22)
Re: Compress the finite state machine sassth@unx.sas.com (Steven Hand) (1999-03-22)
| List of all articles for this month |

From: "James E. Stine" <jes6@eecs.lehigh.edu>
Newsgroups: comp.compilers
Date: 4 Mar 1999 12:12:10 -0500
Organization: Lehigh University
References: 99-03-010
Keywords: DFA

Hi,


There is some computer tools called Octtools from the University of
California at Berkeley that will do this job for you. Other methods
might be found in the the Aho, et. al compiler book and digital logic
books(sometimes called state decomposition). Those are the ones I know
about. There are probably others. Take care


James Stine
jes6@eecs.lehigh.edu


> I am evaluating the ways to compress the finite state machine.
> Is there anyone be kind enough to provide some possible solutions?


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.