3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 03:45:51 +00:00

FPA Java and .NET API updates

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2015-01-08 16:31:09 +00:00
parent 33dc6340e1
commit bcbce8f190
6 changed files with 693 additions and 6 deletions

View file

@ -27,7 +27,6 @@ namespace Microsoft.Z3
[ContractVerification(true)]
public class FPNum : FPExpr
{
#region Internal
internal FPNum(Context ctx, IntPtr obj)
: base(ctx, obj)