mirror of
https://github.com/Z3Prover/z3
synced 2025-09-02 08:10:43 +00:00
fix #4801
This commit is contained in:
parent
83f4a006c6
commit
04a1d4245c
2 changed files with 8 additions and 0 deletions
|
@ -1913,6 +1913,12 @@ sig
|
|||
(* retrieve integer expression encoded in string *)
|
||||
val mk_str_to_int : context -> Expr.expr -> Expr.expr
|
||||
|
||||
(* compare strings less-than-or-equal *)
|
||||
val mk_str_le : context -> Expr.expr -> Expr.expr -> Expr.expr
|
||||
|
||||
(* compare strings less-than *)
|
||||
val mk_str_lt : context -> Expr.expr -> Expr.expr -> Expr.expr
|
||||
|
||||
(* convert an integer expression to a string *)
|
||||
val mk_int_to_str : context -> Expr.expr -> Expr.expr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue