3
0
Fork 0
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:
Nikolaj Bjorner 2022-03-10 17:39:40 -08:00
parent e839e18381
commit c51ca86203
2 changed files with 17 additions and 3 deletions

View file

@ -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);