3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-09 17:31:57 +00:00

Move spacer qe into spacer_qe namespace

Attempt to solve compilation issues with GCC and current replication
of qe namespace inside and outside spacer
This commit is contained in:
Arie Gurfinkel 2018-05-21 17:39:35 -07:00
parent 56bce005a0
commit 054c6196a0
4 changed files with 64 additions and 64 deletions

View file

@ -99,7 +99,7 @@ void qe_project(ast_manager& m, app_ref_vector& vars, expr_ref& fml, model_ref&
);
{
scoped_no_proof _sp(m);
qe::arith_project(*M, arith_vars, fml, map);
spacer_qe::arith_project(*M, arith_vars, fml, map);
}
SASSERT(arith_vars.empty());
TRACE("spacer",