mirror of
https://github.com/Z3Prover/z3
synced 2026-06-19 15:16:29 +00:00
Merge a61693c129 into d9385e9713
This commit is contained in:
commit
4196bca61d
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ expr * datatype_factory::get_almost_fresh_value(sort * s) {
|
|||
continue;
|
||||
}
|
||||
}
|
||||
if (!found_fresh_arg && m_util.is_datatype(s_arg) && m_util.are_siblings(s, s_arg)) {
|
||||
if (!found_fresh_arg && m_util.is_datatype(s_arg) && m_util.are_siblings(s, s_arg) && m_util.is_recursive(s_arg)) {
|
||||
recursive = true;
|
||||
expr * last_fresh = get_last_fresh_value(s_arg);
|
||||
args.push_back(last_fresh);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue