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

19 commits

Author SHA1 Message Date
Joshua Moerman
562f2f8462 solver code verbeterd (veel sneller in geval van sat) 2024-03-26 15:54:43 +01:00
Joshua Moerman
158e5d96cf klein beetje opschonen 2024-03-13 10:53:01 +01:00
Joshua Moerman
9ca572ca74 Stub script voor decompositie via SAT 2024-03-13 10:48:51 +01:00
Joshua Moerman
7205f29827 Adds SplittingTree -> StateIdentifiers 2024-03-12 09:48:50 +01:00
Joshua Moerman
31467d32f5 Removes example 2024-03-11 13:31:52 +01:00
Joshua Moerman
09793bd0bc style change 2024-03-11 13:29:22 +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
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
0f0f2fbc05 meer plaatjes 2023-12-08 20:20:21 +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
c0c8181b0f added example result 2023-11-21 16:07:29 +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