mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +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
|
@ -66,7 +66,6 @@ extern "C" {
|
|||
// Z3_set_param_value(cfg, "SIMPLIFY_CLAUSES","false");
|
||||
|
||||
Z3_context ctx = Z3_mk_context(cfg);
|
||||
Z3_del_config(cfg);
|
||||
return ctx;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue