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

12 commits

Author SHA1 Message Date
Joshua Moerman
646b915d36 more formatting 2024-06-14 14:43:32 +02:00
Joshua Moerman
22bec3873b nothing really 2024-04-29 17:42:54 +02:00
Joshua Moerman
74f547ed38 More output from Main 2024-03-11 13:21:41 +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
586d01bceb Changes the script so it does all the things I did manually first 2023-12-08 20:17:07 +01:00
Joshua Moerman
a20e5e9317 Made isRefinementOf much faster 2023-12-01 16:59:54 +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