mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
Merge pull request #1588 from bannsec/z3_nonascii_encoding
Fancy dots are not allowed here!!
This commit is contained in:
commit
e3a40459bf
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ namespace smt {
|
||||||
TRACE("datatype", tout << "occurs_check_explain " << mk_bounded_pp(app->get_owner(), get_manager()) << " <-> " << mk_bounded_pp(root->get_owner(), get_manager()) << "\n";);
|
TRACE("datatype", tout << "occurs_check_explain " << mk_bounded_pp(app->get_owner(), get_manager()) << " <-> " << mk_bounded_pp(root->get_owner(), get_manager()) << "\n";);
|
||||||
enode* app_parent = nullptr;
|
enode* app_parent = nullptr;
|
||||||
|
|
||||||
// first: explain that root=v, given that app=cstor(…,v,…)
|
// first: explain that root=v, given that app=cstor(...,v,...)
|
||||||
for (enode * arg : enode::args(oc_get_cstor(app))) {
|
for (enode * arg : enode::args(oc_get_cstor(app))) {
|
||||||
// found an argument which is equal to root
|
// found an argument which is equal to root
|
||||||
if (arg->get_root() == root->get_root()) {
|
if (arg->get_root() == root->get_root()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue