Content deleted Content added
Citation bot (talk | contribs) m Alter: template type. Add: isbn, year, series, pages, volume, title, chapter, doi, chapter-url, author pars. 1-3. Removed or converted URL. Converted bare reference to cite template. Formatted dashes. Some additions/deletions were actually parameter name changes.| You can use this bot yourself. Report bugs here.| Activated by User:Nemo bis | via #UCB_webform |
m →Example |
||
Line 6:
==Example==
(declare-fun f (Int) Int)
(assert (= (f 10) 1))
The SMT Solver would return "This input is satisfiable
(declare-fun f (Int) Int)
Line 15:
(assert (= (f 10) 42))
The SMT Solver would return "This is unsatisfiable
==Discussion==
The [[decision problem]] for free theories is particularly important,
Free theories can be solved by searching for [[common subexpression]]s to form the [[congruence closure]].{{clarify|reason=Indicate about solving which problem in free theories the sentence is supposed to speak. E.g. to solve the satisfiability problem of conjunctions of equations, the Martelli-Montanari syntactic unification algorithm suffices, neither common subexpressions nor congruence closures are needed. Maybe, satisfiability of arbitrary boolean combinations of equations is meant?|date=May 2014}} Solvers include [[satisfiability modulo theories]] solvers.
|