3
0
Fork 0
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:
Nikolaj Bjorner 2018-03-06 18:02:37 -08:00
parent 19b1248e5e
commit f04e805fa4
8 changed files with 20 additions and 11 deletions

View file

@ -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);