mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
afc4c700b1
commit
cfcd7f18a9
3 changed files with 6 additions and 2 deletions
|
@ -49,7 +49,6 @@ extern "C" {
|
|||
LOG_Z3_mk_string(c, str);
|
||||
RESET_ERROR_CODE();
|
||||
zstring s(str);
|
||||
std::cout << "mk-string " << str << "\n";
|
||||
app* a = mk_c(c)->sutil().str.mk_string(s);
|
||||
mk_c(c)->save_ast_trail(a);
|
||||
RETURN_Z3(of_ast(a));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue