mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 02:10:23 +00:00
fixup scoring function for sle and ule
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b3e410b5e4
commit
be5a16cc4d
3 changed files with 36 additions and 22 deletions
|
@ -251,8 +251,9 @@ static tactic * mk_preamble(ast_manager & m, params_ref const & p) {
|
|||
mk_bv_size_reduction_tactic(m),
|
||||
using_params(mk_simplify_tactic(m), simp2_p)),
|
||||
using_params(mk_simplify_tactic(m), hoist_p),
|
||||
mk_max_bv_sharing_tactic(m),
|
||||
mk_nnf_tactic(m, p));
|
||||
mk_max_bv_sharing_tactic(m)//,
|
||||
// mk_nnf_tactic(m, p)
|
||||
);
|
||||
}
|
||||
|
||||
tactic * mk_qfbv_sls_tactic(ast_manager & m, params_ref const & p) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue