3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-24 01:01:19 +00:00

Merge pull request #8727 from Z3Prover/copilot/expose-max-bv-sharing-simplifier

Expose max-bv-sharing as a registered simplifier
This commit is contained in:
Nikolaj Bjorner 2026-02-22 19:40:35 -08:00 committed by GitHub
commit 8fbc4ed26d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,3 +23,7 @@ Author:
#include "ast/simplifiers/dependent_expr_state.h"
dependent_expr_simplifier * mk_max_bv_sharing(ast_manager & m, params_ref const & p, dependent_expr_state& fmls);
/*
ADD_SIMPLIFIER("max-bv-sharing", "use heuristics to maximize the sharing of bit-vector expressions such as adders and multipliers.", "mk_max_bv_sharing(m, p, s)")
*/