You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/Satisfiability.jl
+2-1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
# * how to compute weighted graphs and handle open vertices.
8
8
9
9
# ## Problem definition
10
+
# In logic and computer science, the [boolean satisfiability problem](https://en.wikipedia.org/wiki/Boolean_satisfiability_problem) is the problem of determining if there exists an interpretation that satisfies a given boolean formula.
10
11
# One can specify a satisfiable problem in the [conjuctive normal form](https://en.wikipedia.org/wiki/Conjunctive_normal_form).
11
12
# In boolean logic, a formula is in conjunctive normal form (CNF) if it is a conjunction (∧) of one or more clauses,
12
13
# where a clause is a disjunction (∨) of literals.
0 commit comments