Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
egri-nagy committed Sep 29, 2023
1 parent 7ffe0d4 commit 8752c14
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions experiments/TRANSDUCERS/automata.clj
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
(difference (set (ordered-pairs stateset))
(set non-eqs)))))))

(defn equivalence-classes
(defn joined-states
"Not reporting the singletons."
[table]
(let [;getting the pairs that are in non-trivial equivalence classes
Expand Down Expand Up @@ -196,5 +196,9 @@
table
pairs)))

(equivalence-classes (minimize HU))
(equivalence-classes (minimize (transducer suffs)))
(recode-transducer
[T joined]
)

(joined-states (minimize HU))
(joined-states (minimize (transducer suffs)))

0 comments on commit 8752c14

Please sign in to comment.