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

Method bigIntCheck

examples/java/JavaExample.java:1131–1135  ·  view source on GitHub ↗
(Context ctx, RatNum r)

Source from the content-addressed store, hash-verified

1129 }
1130
1131 void bigIntCheck(Context ctx, RatNum r)
1132 {
1133 System.out.println("Num: " + r.getBigIntNumerator());
1134 System.out.println("Den: " + r.getBigIntDenominator());
1135 }
1136
1137 // / Find a model for <code>x xor y</code>.
1138

Callers 1

basicTestsMethod · 0.95

Calls 2

getBigIntNumeratorMethod · 0.80
getBigIntDenominatorMethod · 0.80

Tested by

no test coverage detected