Content deleted Content added
Sammi Brie (talk | contribs) 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)
|