mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
rewrites for characters
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f20db3e644
commit
004139b320
3 changed files with 48 additions and 1 deletions
|
@ -35,6 +35,12 @@ class char_rewriter {
|
|||
|
||||
br_status mk_char_to_int(expr* e, expr_ref& result);
|
||||
|
||||
br_status mk_char_le(expr* a, expr* b, expr_ref& result);
|
||||
|
||||
br_status mk_char_is_digit(expr* a, expr_ref& result);
|
||||
|
||||
br_status mk_char_to_bv(expr* a, expr_ref& result);
|
||||
|
||||
public:
|
||||
|
||||
char_rewriter(ast_manager& m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue