3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-02 10:09:08 +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

@ -23,7 +23,7 @@ Notes:
#include "model/model.h"
#include "ast/expr_map.h"
namespace qe {
namespace spacer_qe {
/**
Loos-Weispfenning model-based projection for a basic conjunction.
Lits is a vector of literals.