mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
import files from csp
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
54a125063b
commit
ee07008fb9
2 changed files with 4 additions and 1 deletions
|
@ -73,7 +73,6 @@ unsigned read_smtlib2_commands(char const * file_name) {
|
|||
cmd_context ctx;
|
||||
|
||||
ctx.set_solver_factory(mk_smt_strategic_solver_factory());
|
||||
ctx.set_interpolating_solver_factory(mk_smt_solver_factory());
|
||||
|
||||
install_dl_cmds(ctx);
|
||||
install_dbg_cmds(ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue