mirror of
https://github.com/Z3Prover/z3
synced 2025-05-18 13:05:33 +00:00
revert my mess with the ast hashtable
will share results form the experiments later
This commit is contained in:
parent
4f9117a921
commit
bcad4d9435
4 changed files with 6 additions and 4 deletions
|
@ -1323,7 +1323,7 @@ extern "C" {
|
|||
SET_ERROR_CODE(Z3_INVALID_ARG, nullptr);
|
||||
RETURN_Z3(nullptr);
|
||||
}
|
||||
// yo! SASSERT(mk_c(c)->m().contains(to_ast(a)));
|
||||
SASSERT(mk_c(c)->m().contains(to_ast(a)));
|
||||
ast_translation translator(mk_c(c)->m(), mk_c(target)->m());
|
||||
ast * _result = translator(to_ast(a));
|
||||
mk_c(target)->save_ast_trail(_result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue