mirror of
https://github.com/Z3Prover/z3
synced 2025-09-02 08:10:43 +00:00
fix #1800 by converting large integers to strings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d6298b089d
commit
94ffa3963e
3 changed files with 17 additions and 17 deletions
|
@ -1152,9 +1152,6 @@ sig
|
|||
(** Create a new integer sort. *)
|
||||
val mk_sort : context -> Sort.sort
|
||||
|
||||
(** Retrieve the int value. *)
|
||||
val get_int : Expr.expr -> int
|
||||
|
||||
(** Get a big_int from an integer numeral *)
|
||||
val get_big_int : Expr.expr -> Big_int.big_int
|
||||
|
||||
|
@ -1543,9 +1540,6 @@ sig
|
|||
(** The size of a bit-vector sort. *)
|
||||
val get_size : Sort.sort -> int
|
||||
|
||||
(** Retrieve the int value. *)
|
||||
val get_int : Expr.expr -> int
|
||||
|
||||
(** Returns a string representation of a numeral. *)
|
||||
val numeral_to_string : Expr.expr -> string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue