You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
365 B

2 months ago
  1. A model in predicate logic needs to define the domain of the variables and needs to define a concrete meaning to all predicate
  2. and function symbols and free variables involved.
  3. In SMT, the domain and the interpretation of the predicate and function symbols is fixed. A model for an SMT formula only defines an assignment to all free variables within the formula.