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

Method mkIntConst

src/api/java/Context.java:797–800  ·  view source on GitHub ↗

Creates an integer constant.

(Symbol name)

Source from the content-addressed store, hash-verified

795 * Creates an integer constant.
796 **/
797 public IntExpr mkIntConst(Symbol name)
798 {
799 return (IntExpr) mkConst(name, getIntSort());
800 }
801
802 /**
803 * Creates an integer constant.

Callers 15

mainMethod · 0.95
translationExampleMethod · 0.95
translationExampleMethod · 0.95
quantifierExample3Method · 0.80
quantifierExample4Method · 0.80
findModelExample2Method · 0.80
proveExample2Method · 0.80
pushPopExample1Method · 0.80
evalExample1Method · 0.80
simplifierExampleMethod · 0.80
optimizeExampleMethod · 0.80
quantifierExample3Method · 0.80

Calls 2

mkConstMethod · 0.95
getIntSortMethod · 0.95

Tested by

no test coverage detected