implement spn algebra template

This commit is contained in:
2024-08-12 12:46:34 -05:00
parent 347e75a13a
commit fd7d8dd0c7
5 changed files with 14682 additions and 115 deletions

View File

@@ -20,8 +20,8 @@ def render_spn_algebra(data: dict):
if __name__ == "__main__":
height = 10
width = 7
height = 9
width = 8
total_attr = height * width
i0 = InnerKey.init_matrix(width, height)
i1 = InnerKey.init_matrix(width, height)