mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
added sequences to get-interpolant and compute-interpolant
This commit is contained in:
parent
bbe036bc03
commit
e651f45bc0
5 changed files with 253 additions and 38 deletions
|
@ -2002,6 +2002,7 @@ public:
|
|||
app * mk_distinct_expanded(unsigned num_args, expr * const * args);
|
||||
app * mk_true() { return m_true; }
|
||||
app * mk_false() { return m_false; }
|
||||
app * mk_interp(expr * arg) { return mk_app(m_basic_family_id, OP_INTERP, arg); }
|
||||
|
||||
func_decl* mk_and_decl() {
|
||||
sort* domain[2] = { m_bool_sort, m_bool_sort };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue