mirror of
https://github.com/Z3Prover/z3
synced 2025-11-04 21:39:13 +00:00
enable canceling simplex on interrupt, investigating PDR inconsistency
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4145b92136
commit
10cdbb881f
6 changed files with 27 additions and 13 deletions
|
|
@ -38,6 +38,8 @@ Revision History:
|
|||
namespace datalog {
|
||||
|
||||
void apply_default_transformation(context& ctx) {
|
||||
flet<bool> _enable_bv(ctx.bind_vars_enabled(), false);
|
||||
|
||||
rule_transformer transf(ctx);
|
||||
ctx.ensure_closed();
|
||||
transf.reset();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue