mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
add command-line help descriptions on tactics
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c0a07f9229
commit
fae206b738
7 changed files with 65 additions and 13 deletions
|
@ -73,8 +73,9 @@ bool lackr::mk_ackermann(/*out*/goal_ref& g, double lemmas_upper_bound) {
|
|||
if (!init())
|
||||
return false;
|
||||
if (lemmas_upper_bound != std::numeric_limits<double>::infinity() &&
|
||||
ackr_helper::calculate_lemma_bound(m_fun2terms, m_sel2terms) > lemmas_upper_bound)
|
||||
ackr_helper::calculate_lemma_bound(m_fun2terms, m_sel2terms) > lemmas_upper_bound) {
|
||||
return false;
|
||||
}
|
||||
eager_enc();
|
||||
for (expr* a : m_abstr)
|
||||
g->assert_expr(a);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue