public class DFAEquivalenceChecker extends Object
| Constructor and Description |
|---|
DFAEquivalenceChecker() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEquivalent(DFA dfa1,
DFA dfa2)
Check the equivalence of input automata by Hopcroft-Karp algorithm with minor modifications.
|
Copyright © 2024 Soot OSS. All rights reserved.