3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

priority code

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-05-10 21:09:14 -07:00
parent 99043399ce
commit 9c972521c4
3 changed files with 36 additions and 47 deletions

View file

@ -2199,7 +2199,7 @@ public:
switch (r) {
case l_false: {
m_stats.m_nla_lemmas += lv.size();
for(const nla::lemma & l : lv) {
for (const nla::lemma & l : lv) {
false_case_of_check_nla(l);
}
break;