mirror of
https://github.com/Brandon-Rozek/matmod.git
synced 2025-12-09 04:30:24 +00:00
Added an initial model finder via Z3
This commit is contained in:
parent
2fbdf26274
commit
3610335c1c
3 changed files with 115 additions and 6 deletions
|
|
@ -1,6 +1,9 @@
|
|||
"""
|
||||
Generate all the models for a given logic
|
||||
with a specified number of elements.
|
||||
|
||||
NOTE: This uses a naive brute-force method which
|
||||
is extremely slow.
|
||||
"""
|
||||
from common import set_to_str
|
||||
from logic import Logic, Operation, Rule, get_operations_from_term
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue