mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 10:05:32 +00:00
Java FPA API overhaul
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
ee2c9095c6
commit
7fe9ad5cb4
16 changed files with 25 additions and 89 deletions
|
@ -25,11 +25,6 @@ public class ArithExpr extends Expr
|
|||
/**
|
||||
* Constructor for ArithExpr </summary>
|
||||
**/
|
||||
protected ArithExpr(Context ctx)
|
||||
{
|
||||
super(ctx);
|
||||
}
|
||||
|
||||
ArithExpr(Context ctx, long obj) throws Z3Exception
|
||||
{
|
||||
super(ctx, obj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue