Uninterpreted function: Difference between revisions

Content deleted Content added
Adding short description: "Type of function in mathematical logic"
Line 5:
 
==Example==
As an example of uninterpreted functions for [[SMT-LIB]], if this input is given to an [[Satisfiability modulo theories|SMT solver]]:
<syntaxhighlight lang="text" line="1">
(declare-fun f (Int) Int)