limbo/simulator/model
alpaylan 191b586f05 this commit restructures the interaction generation in order to have
better counterexample minimization.

- it separates interaction plans from their state of execution
- it removes closures from the property definitions, encoding properties as an enum variant, and deriving the closures from the variants.
- it adds some naive counterexample minimization capabilities to the Limbo simulator and reduces the plan sizes considerably.
- it makes small changes to various points of the simulator for better error reporting, enhancing code readability, small fixes to handle previously missed cases
2025-01-11 02:20:22 +03:00
..
mod.rs simulator: Use "mod.rs" for module top-level files 2024-12-21 09:50:23 +02:00
query.rs this commit restructures the interaction generation in order to have 2025-01-11 02:20:22 +03:00
table.rs Add clippy CI, fix or ignore warnings where appropriate 2024-12-29 10:25:41 -05:00