mirror of
https://git.roussel.pro/NUS/CS6217-Project.git
synced 2026-02-09 05:30:19 +01:00
initial commit
This commit is contained in:
4
example.py
Normal file
4
example.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from main import create_module_from_constrain
|
||||
|
||||
constrain = lambda O, I1_1, I2_2: O == (I1_1 & I2_2) + 1
|
||||
print(create_module_from_constrain(constrain))
|
||||
Reference in New Issue
Block a user