eold
eold

Reputation: 6052

Java library for converting NFA to DFA

I am looking for a Java library which can convert Non-deterministic Finite Automaton to Deterministic Finite Automaton. Is there any?

Upvotes: 1

Views: 3392

Answers (2)

Nico Huysamen
Nico Huysamen

Reputation: 10427

You should probably have a look at JAutomata:

http://jautomata.sourceforge.net/

Upvotes: 3

Dan
Dan

Reputation: 1547

You shoukd definitely try the Brics automaton library: http://www.brics.dk/automaton/

Upvotes: 0

Related Questions