3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-04 06:15:46 +00:00

Merge pull request #1646 from NikolajBjorner/master

Remove depedencies on interp
This commit is contained in:
Nikolaj Bjorner 2018-05-25 10:25:31 -07:00 committed by GitHub
commit 434ff31629
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 45 additions and 26535 deletions

View file

@ -46,7 +46,6 @@ Notes:
#include "tactic/generic_model_converter.h"
#include "solver/smt_logics.h"
#include "cmd_context/basic_cmds.h"
#include "cmd_context/interpolant_cmds.h"
#include "cmd_context/cmd_context.h"
func_decls::func_decls(ast_manager & m, func_decl * f):
@ -484,7 +483,6 @@ cmd_context::cmd_context(bool main_ctx, ast_manager * m, symbol const & l):
install_basic_cmds(*this);
install_ext_basic_cmds(*this);
install_core_tactic_cmds(*this);
install_interpolant_cmds(*this);
SASSERT(m != 0 || !has_manager());
if (m_main_ctx) {
set_verbose_stream(diagnostic_stream());