master > master: struktur + unit tests
This commit is contained in:
9
code/data.env
Normal file
9
code/data.env
Normal file
@@ -0,0 +1,9 @@
|
||||
# expr = "A0"
|
||||
# expr = "! A0"
|
||||
# expr = "( A0 && A1 )"
|
||||
# expr = "( A0 || A1 )"
|
||||
# expr = "( A0 -> A1 )"
|
||||
expr = "( A0 -> ((A0 && A3) || ! A2) )"
|
||||
# expr = "( A0 -> ((A0 && A3) || A2) )"
|
||||
# expr = "(( {G} || !{G} ) -> A5)"
|
||||
interpretation = "[ 'A0', 'A2' ]"
|
||||
Reference in New Issue
Block a user