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:
parent
079204d1aa
commit
b6a7d60043
2 changed files with 776 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue