Committed Maximal and MaxHorn to the attic.
Maximal first builds the maximal automaton, then attempts to minimize it. The first phase is made obsolete by LR1Pager (ModeInclusionOnly) which also computes the maximal automaton, but is more efficient. The second phase (minimization) could still be of interest in the future. It is based on an ad hoc solver for Horn clauses.
attic/src/MaxHorn.ml
0 → 100644
attic/src/MaxHorn.mli
0 → 100644
attic/src/maximal.ml
0 → 100644
This diff is collapsed.
attic/src/maximal.mli
0 → 100644
Please register or sign in to comment