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

Method mkInt

src/api/java/Context.java:2755–2760  ·  view source on GitHub ↗

Create an integer numeral. @param v A string representing the Term value in decimal notation.

(String v)

Source from the content-addressed store, hash-verified

2753 * @param v A string representing the Term value in decimal notation.
2754 **/
2755 public IntNum mkInt(String v)
2756 {
2757
2758 return new IntNum(this, Native.mkNumeral(nCtx(), v, getIntSort()
2759 .getNativeObject()));
2760 }
2761
2762 /**
2763 * Create an integer numeral.

Callers 15

mainMethod · 0.95
mkNumeralMethod · 0.80
mkRealMethod · 0.80
arrayExample1Method · 0.80
sudokuExampleMethod · 0.80
quantifierExample1Method · 0.80
basicTestsMethod · 0.80
castingTestMethod · 0.80
findModelExample2Method · 0.80
proveExample2Method · 0.80
pushPopExample1Method · 0.80
iteExampleMethod · 0.80

Calls 4

nCtxMethod · 0.95
getIntSortMethod · 0.95
mkNumeralMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected