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

Method bigIntCheck

examples/java/JavaGenericExample.java:923–927  ·  view source on GitHub ↗
(Context ctx, RatNum r)

Source from the content-addressed store, hash-verified

921 }
922
923 void bigIntCheck(Context ctx, RatNum r)
924 {
925 System.out.printf("Num: %s%n", r.getBigIntNumerator());
926 System.out.printf("Den: %s%n", r.getBigIntDenominator());
927 }
928
929 // / Find a model for <code>x xor y</code>.
930

Callers 1

basicTestsMethod · 0.95

Calls 2

getBigIntNumeratorMethod · 0.80
getBigIntDenominatorMethod · 0.80

Tested by

no test coverage detected