Update README.md
This commit is contained in:
parent
df7bb6f3c8
commit
9187d8f05e
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ import mtl
|
||||||
# - Lowercase strings denote atomic predicates.
|
# - Lowercase strings denote atomic predicates.
|
||||||
phi0 = mtl.parse('atomicpred')
|
phi0 = mtl.parse('atomicpred')
|
||||||
|
|
||||||
# - Binary operators need to be surrounded by parens.
|
# - infix operators need to be surrounded by parens.
|
||||||
phi1 = mtl.parse('((a & b & c) | d | e)')
|
phi1 = mtl.parse('((a & b & c) | d | e)')
|
||||||
phi2 = mtl.parse('(a -> b) & (~a -> c)')
|
phi2 = mtl.parse('(a -> b) & (~a -> c)')
|
||||||
phi3 = mtl.parse('(a -> b -> c)')
|
phi3 = mtl.parse('(a -> b -> c)')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue