MCPcopy Create free account
hub / github.com/Z3Prover/z3 / RealSort

Method RealSort

src/api/java/RealSort.java:25–28  ·  view source on GitHub ↗
(Context ctx, long obj)

Source from the content-addressed store, hash-verified

23public class RealSort extends ArithSort
24{
25 RealSort(Context ctx, long obj)
26 {
27 super(ctx, obj);
28 }
29
30 RealSort(Context ctx)
31 {

Callers

nothing calls this directly

Calls 2

mkRealSortMethod · 0.80
nCtxMethod · 0.80

Tested by

no test coverage detected