3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 03:15:50 +00:00

Added FPA functions to Java API

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2015-01-21 19:09:22 +00:00
parent 079204d1aa
commit b6a7d60043
2 changed files with 776 additions and 6 deletions

View file

@ -31,8 +31,6 @@ public class FPNum extends FPExpr
if (Native.fpaGetNumeralSign(getContext().nCtx(), getNativeObject(), res) ^ true)
throw new Z3Exception("Sign is not a Boolean value");
return res.value != 0;
}
/**