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

18 commits

Author SHA1 Message Date
Joshua Moerman
3ea28601db Added command line option 2025-04-14 13:49:07 +02:00
Joshua Moerman
7deb8e8e1c Restructures Main and also implemented input decomposition 2024-09-25 12:56:50 +02:00
Joshua Moerman
ef2ab8a2a2 Some small changes 2024-09-23 16:52:47 +02:00
Joshua Moerman
df6a2708c5 Added documentation and cleaned up some code 2024-09-23 10:06:29 +02:00
Joshua Moerman
ffca2592fc Removes the copar dependency 2024-09-23 08:46:49 +02:00
Joshua Moerman
2b8b79a431 Refactored and cleaned up some things 2024-06-26 09:13:56 +02:00
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