mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 18:50:26 +00:00
add another constant folding case
This commit is contained in:
parent
e839e18381
commit
c51ca86203
2 changed files with 17 additions and 3 deletions
|
@ -32,6 +32,9 @@ class char_rewriter {
|
|||
char_decl_plugin* m_char;
|
||||
|
||||
br_status mk_char_from_bv(expr* e, expr_ref& result);
|
||||
|
||||
br_status mk_char_to_int(expr* e, expr_ref& result);
|
||||
|
||||
public:
|
||||
|
||||
char_rewriter(ast_manager& m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue