You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current version of z3 in use, a problem is encountered with "Overflow encountered when expanding vector" during solving, which can be seen: Z3Prover/z3#864
It seems fixed in new version of z3. However, when I changed to use the new version of z3 in smt-switch, I meet:
Undefined symbols for architecture arm64:
"mk_implies(probe*, probe*)", referenced from:
sexpr2probe(cmd_context&, sexpr*) in libsmt-switch-z3.a(tactic_cmds.o)
"fatal_error(int)", referenced from:
datalog::check_table::empty() const in libsmt-switch-z3.a(dl_check_table.o)
"mk_size_probe()", referenced from:
install_tactics(tactic_manager&) in libsmt-switch-z3.a(install_tactic.o)
"mk_const_probe(double)", referenced from:
sexpr2probe(cmd_context&, sexpr*) in libsmt-switch-z3.a(tactic_cmds.o)
mk_auflia_tactic(ast_manager&, params_ref const&) in libsmt-switch-z3.a(quant_tactics.o)
mk_qfbv_tactic(ast_manager&, params_ref const&) in libsmt-switch-z3.a(qfbv_tactic.o)
mk_qfidl_tactic(ast_manager&, params_ref const&) in libsmt-switch-z3.a(qfidl_tactic.o)
mk_qflia_tactic(ast_manager&, params_ref const&) in libsmt-switch-z3.a(qflia_tactic.o)
.....
It seems that api does not match.
The text was updated successfully, but these errors were encountered:
In the current version of z3 in use, a problem is encountered with "Overflow encountered when expanding vector" during solving, which can be seen: Z3Prover/z3#864
It seems fixed in new version of z3. However, when I changed to use the new version of z3 in smt-switch, I meet:
It seems that api does not match.
The text was updated successfully, but these errors were encountered: