Z3
src
api
java
RealExpr.java
Go to the documentation of this file.
1
18
package
com.microsoft.z3;
19
23
public
class
RealExpr
extends
ArithExpr
24
{
28
protected
RealExpr
(
Context
ctx)
29
{
30
super(ctx);
31
}
32
33
RealExpr
(
Context
ctx,
long
obj)
throws
Z3Exception
34
{
35
super(ctx, obj);
36
}
37
}
com.microsoft.z3.RealExpr.RealExpr
RealExpr(Context ctx)
Definition:
RealExpr.java:28
com.microsoft.z3.Context
Definition:
Context.java:27
com.microsoft.z3.RealExpr
Definition:
RealExpr.java:23
com.microsoft.z3.Z3Exception
Definition:
Z3Exception.java:25
com.microsoft.z3.ArithExpr
Definition:
ArithExpr.java:23
Generated on Sat Apr 25 2015 18:37:51 for Z3 by
1.8.9.1