mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
bool -> string
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
879e217fe6
commit
5380b01fd1
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ extern "C" {
|
|||
// This function invokes Z3_get_numeral_rational, but it is still ok to add LOG command here because it does not return a Z3 object.
|
||||
LOG_Z3_get_numeral_string(c, a);
|
||||
RESET_ERROR_CODE();
|
||||
CHECK_IS_EXPR(a, Z3_FALSE);
|
||||
CHECK_IS_EXPR(a, "");
|
||||
rational r;
|
||||
Z3_bool ok = Z3_get_numeral_rational(c, a, r);
|
||||
if (ok == Z3_TRUE) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue