3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

added support for named assertions

This commit is contained in:
Leonardo de Moura 2012-11-02 14:00:15 -07:00
parent e1eb3ee8ee
commit e2f6a65aa2
12 changed files with 62 additions and 319 deletions

View file

@ -106,7 +106,7 @@ unsigned read_smtlib2_commands(char const* file_name, front_end_params& front_en
ctx.set_solver(s);
}
else {
solver * s = mk_smt_strategic_solver(ctx);
solver * s = mk_smt_strategic_solver(false);
ctx.set_solver(s);
}
install_dl_cmds(ctx);