Uninterpreted function: Difference between revisions

Content deleted Content added
Corrected some grammatical errors that made the conclusion confusing.
Line 17:
(assert (= (f 10) 42))
</syntaxhighlight>
the SMT solver would return "This input is unsatisfiable". That happens because although <code>f</code> has no interpretation, butas it is impossible that it returns different values for the same input.
 
==Discussion==