mirror of
https://github.com/Brandon-Rozek/matmod.git
synced 2025-12-19 05:10:25 +00:00
Cleanup and small optimizations
This commit is contained in:
parent
de8637bca4
commit
6f5074584b
3 changed files with 85 additions and 70 deletions
3
model.py
3
model.py
|
|
@ -103,6 +103,9 @@ def binary_function_str(f: ModelFunction) -> str:
|
|||
|
||||
Interpretation = Dict[Operation, ModelFunction]
|
||||
|
||||
# TODO: Replace with a nicer representation
|
||||
# Include meet and join functions
|
||||
# Something like x : (all elements less than x)
|
||||
class OrderTable:
|
||||
def __init__(self):
|
||||
self.ordering = set()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue