We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301209c commit 1c70bceCopy full SHA for 1c70bce
src/smt/theory_str.cpp
@@ -8417,7 +8417,7 @@ namespace smt {
8417
TRACE("str", tout << "found string-integer conversion term: " << mk_pp(ex, get_manager()) << std::endl;);
8418
string_int_conversion_terms.push_back(ap);
8419
m_library_aware_axiom_todo.push_back(n);
8420
- } else if (ap->get_num_args() == 0 && !u.str.is_string(ap)) {
+ } else if (/*ap->get_num_args() == 0 &&*/ !u.str.is_string(ap)) {
8421
// if ex is a variable, add it to our list of variables
8422
TRACE("str", tout << "tracking variable " << mk_ismt2_pp(ap, get_manager()) << std::endl;);
8423
variable_set.insert(ex);
0 commit comments