mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 23:05:46 +00:00
more work on interpolation
This commit is contained in:
parent
d66211c007
commit
ae9276ad9b
12 changed files with 978 additions and 21 deletions
|
@ -420,8 +420,8 @@ class iz3mgr {
|
|||
scoped_ptr<ast_manager> m_manager;
|
||||
|
||||
private:
|
||||
ast mki(family_id fid, decl_kind sk, int n, raw_ast **args);
|
||||
ast make(opr op, int n, raw_ast **args);
|
||||
|
||||
ast make(symb sym, int n, raw_ast **args);
|
||||
|
||||
family_id m_basic_fid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue