1
Fork 0
mirror of https://git.cs.ou.nl/joshua.moerman/mealy-decompose.git synced 2025-04-30 02:07:44 +02:00
Commit graph

15 commits

Author SHA1 Message Date
Joshua Moerman
2b8b79a431 Refactored and cleaned up some things 2024-06-26 09:13:56 +02:00
Joshua Moerman
1252114e23 Kleine optimalisaties en bisimulatie uitrekenen voor EQOracle 2024-04-30 16:20:32 +02:00
Joshua Moerman
22bec3873b nothing really 2024-04-29 17:42:54 +02:00
Joshua Moerman
4127546f67 Script to generate random composed mealy machines 2024-04-16 15:05:08 +02:00
Joshua Moerman
b513448480 Very basic LStar command line interface 2024-04-09 11:31:50 +02:00
Joshua Moerman
7e3019a47a Basic LStar in Haskell 2024-04-09 11:31:20 +02:00
Joshua Moerman
7205f29827 Adds SplittingTree -> StateIdentifiers 2024-03-12 09:48:50 +01:00
Joshua Moerman
fe21bc794c Algorithm to compute splitting trees. (TODO: adapt to uncertain outputs) 2024-03-11 13:22:21 +01:00
Joshua Moerman
d19cd9f48f Cleans up main by moving some algorithms to Preorder.hs 2024-01-10 16:35:49 +01:00
Joshua Moerman
8d65686c49 Tool can now output mealy machines as well 2023-12-19 22:19:24 +01:00
Joshua Moerman
468f2f72fb Refactored some code 2023-12-18 15:39:17 +01:00
Joshua Moerman
e20251c07d Greedily merge components (works, but unfortunately no better solution found yet) 2023-11-29 16:36:12 +01:00
Joshua Moerman
18e0b2f4d6 Moved some bits around 2023-11-22 12:20:54 +01:00
Joshua Moerman
4e9b009c3b Put together a prototype to decompose a mealy machine and get show equivalent components and subcomponents 2023-11-21 16:05:34 +01:00
Joshua Moerman
d1eb96d80a Initial test of general decomposition 2023-11-17 16:21:20 +01:00