implement spn algebra template
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user