mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
local updates
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
276bef1c20
10 changed files with 315 additions and 87 deletions
|
@ -35,6 +35,8 @@ namespace pb {
|
|||
pb_util pb;
|
||||
bv_util bv;
|
||||
unsigned get_num_bits(func_decl* f);
|
||||
br_status mk_bv(func_decl * f, unsigned sz, expr * const* args, expr_ref & result);
|
||||
br_status mk_shannon(func_decl * f, unsigned sz, expr * const* args, expr_ref & result);
|
||||
public:
|
||||
card2bv_rewriter(ast_manager& m);
|
||||
br_status mk_app_core(func_decl * f, unsigned sz, expr * const* args, expr_ref & result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue