mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 12:25:51 +00:00
add destination to custom command
This commit is contained in:
parent
a164087384
commit
a72856111b
3 changed files with 6 additions and 9 deletions
|
@ -1478,16 +1478,15 @@ lbool core::check(vector<lemma>& l_vec) {
|
|||
if (l_vec.empty() && !done() && need_run_horner())
|
||||
m_horner.horner_lemmas();
|
||||
|
||||
if (l_vec.empty() && !done() && need_run_grobner()) {
|
||||
if (l_vec.empty() && !done() && need_run_grobner())
|
||||
run_grobner();
|
||||
}
|
||||
|
||||
if (l_vec.empty() && !done())
|
||||
m_basics.basic_lemma(true);
|
||||
|
||||
if (l_vec.empty() && !done())
|
||||
m_basics.basic_lemma(false);
|
||||
|
||||
|
||||
if (l_vec.empty() && !done())
|
||||
m_order.order_lemma();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue