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:
parent
56bce005a0
commit
054c6196a0
4 changed files with 64 additions and 64 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue