mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
Added arguments of type float to the replayer.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
7d61223a3a
commit
4f453703f7
2 changed files with 39 additions and 3 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
unsigned get_uint(unsigned pos) const;
|
||||
__int64 get_int64(unsigned pos) const;
|
||||
__uint64 get_uint64(unsigned pos) const;
|
||||
float get_float(unsigned pos) const;
|
||||
double get_double(unsigned pos) const;
|
||||
bool get_bool(unsigned pos) const;
|
||||
Z3_string get_str(unsigned pos) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue