Cleanup and small optimizations

This commit is contained in:
Brandon Rozek 2025-05-02 12:08:15 -04:00
parent de8637bca4
commit 6f5074584b
3 changed files with 85 additions and 70 deletions

View file

@ -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()