mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 08:15:47 +00:00
add hiding to auxiliary declarations created in mc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
19b1248e5e
commit
f04e805fa4
8 changed files with 20 additions and 11 deletions
|
@ -245,7 +245,7 @@ namespace sat {
|
|||
m_pos.push_back(l);
|
||||
m_neg.push_back(~l);
|
||||
}
|
||||
#if 0
|
||||
#if 1
|
||||
compare_left cmp(big);
|
||||
std::sort(m_pos.begin(), m_pos.end(), cmp);
|
||||
std::sort(m_neg.begin(), m_neg.end(), cmp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue