mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
DRAT debugging updates
This commit is contained in:
parent
6d0b89a989
commit
797f50e699
6 changed files with 19 additions and 6 deletions
|
@ -745,8 +745,7 @@ namespace dt {
|
|||
else if (is_recognizer(term)) {
|
||||
enode* arg = n->get_arg(0);
|
||||
theory_var v = mk_var(arg);
|
||||
add_recognizer(v, n);
|
||||
mk_var(n);
|
||||
add_recognizer(v, n);
|
||||
}
|
||||
else {
|
||||
SASSERT(is_accessor(term));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue