Commit e0e9c5d4 authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

use declare-fun instead of declare-const in SMT translation

declare-const was only added in SMTLIB 2.5 as a shortcut for a declare-fun
taking no parameters. Some solvers only support the base SMTLIB 2.0, so using
the expanded syntax gives us access to more alternative solvers.
parent b96aac29
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment