mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
n/a
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
f76815a009
4 changed files with 8 additions and 10 deletions
|
@ -377,7 +377,12 @@ namespace smt {
|
|||
}
|
||||
else if (is_app(n) && a.get_family_id() == to_app(n)->get_family_id()) {
|
||||
app* t = to_app(n);
|
||||
found_not_handled(n);
|
||||
if (a.is_div(n, n1, n2) && is_numeral(n2, r)) {
|
||||
// skip
|
||||
}
|
||||
else {
|
||||
found_not_handled(n);
|
||||
}
|
||||
internalize_args(t);
|
||||
mk_enode(t);
|
||||
theory_var v = mk_var(n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue