mirror of
https://github.com/Brandon-Rozek/matmod.git
synced 2025-07-29 20:52:01 +00:00
Removed comment
This commit is contained in:
parent
4cccdc85b9
commit
ec451e007c
1 changed files with 0 additions and 3 deletions
3
model.py
3
model.py
|
@ -103,9 +103,6 @@ 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):
|
||||
# a : {x | x <= a }
|
||||
|
|
Loading…
Add table
Reference in a new issue