Skip to content

Commit 385f1b1

Browse files
committed
Merge branch 'master' of [email protected]:sambayless/monosat.git
2 parents 9248531 + 2ad4275 commit 385f1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ from monosat import *
1616
#Create two Boolean variables:
1717
a = Var()
1818
b = Var()
19-
c = Or(a, Not(b)) #An equivalent way to write this is
19+
c = Or(a, Not(b))
2020
2121
#Add a unit clause to the solver, asserting that variable c must be true
2222
Assert(c)

0 commit comments

Comments
 (0)