mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
disable polysat inside of recursive solver
This commit is contained in:
parent
1cba5fd55e
commit
704a41ee36
5 changed files with 12 additions and 5 deletions
|
@ -139,7 +139,7 @@ public:
|
|||
else
|
||||
l = logic;
|
||||
|
||||
tactic_params tp;
|
||||
tactic_params tp(p);
|
||||
tactic_ref t;
|
||||
if (tp.default_tactic() != symbol::null &&
|
||||
!tp.default_tactic().is_numerical() &&
|
||||
|
@ -151,6 +151,7 @@ public:
|
|||
sexpr_ref se = parse_sexpr(ctx, is, p, file_name);
|
||||
if (se) {
|
||||
t = sexpr2tactic(ctx, se.get());
|
||||
t->updt_params(p);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue