Uninterpreted function: Difference between revisions

Content deleted Content added
Example: slightly rephrase to avoid "we", per MOS:WE
m Example: lower case.
Line 17:
(assert (= (f 10) 42))
</syntaxhighlight>
Thethe SMT solver would return "This input is unsatisfiable". That happens because although <code>f</code> has no interpretation, but it is impossible that it returns different values for the same input.
 
==Discussion==