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:
parent
99043399ce
commit
9c972521c4
3 changed files with 36 additions and 47 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue