mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 12:53:38 +00:00
Bugfix; InterpolationContext deleted Z3_config objects (inconsistent with non-Interpolation mk_context).
Fixes #25
This commit is contained in:
parent
03020b9f96
commit
2f4c923216
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ extern "C" {
|
||||||
// Z3_set_param_value(cfg, "SIMPLIFY_CLAUSES","false");
|
// Z3_set_param_value(cfg, "SIMPLIFY_CLAUSES","false");
|
||||||
|
|
||||||
Z3_context ctx = Z3_mk_context(cfg);
|
Z3_context ctx = Z3_mk_context(cfg);
|
||||||
Z3_del_config(cfg);
|
|
||||||
return ctx;
|
return ctx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue