mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 01:11:55 +00:00
unused variable warning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4d586c2c13
commit
78afa2527c
4 changed files with 6 additions and 7 deletions
|
@ -3565,6 +3565,7 @@ bool theory_seq::should_research(expr_ref_vector & unsat_core) {
|
|||
if (k_min < UINT_MAX) {
|
||||
m_max_unfolding_depth++;
|
||||
k_min *= 2;
|
||||
rational lo;
|
||||
if (m_util.is_seq(s_min))
|
||||
k_min = std::max(m_util.str.min_length(s_min), k_min);
|
||||
IF_VERBOSE(1, verbose_stream() << "(smt.seq :increase-length " << mk_pp(s_min, m) << " " << k_min << ")\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue