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

Method getConstInterp

src/api/java/Model.java:38–42  ·  view source on GitHub ↗

Retrieves the interpretation (the assignment) of a in the model. @param a A Constant @return An expression if the constant has an interpretation in the model, null otherwise. @throws Z3Exception

(Expr<R> a)

Source from the content-addressed store, hash-verified

36 * @throws Z3Exception
37 **/
38 public <R extends Sort> Expr<R> getConstInterp(Expr<R> a)
39 {
40 getContext().checkContextMatch(a);
41 return getConstInterp(a.getFuncDecl());
42 }
43
44 /**
45 * Retrieves the interpretation (the assignment) of {@code f} in

Callers 2

arrayExample1Method · 0.80
arrayExample1Method · 0.80

Calls 7

createMethod · 0.95
checkContextMatchMethod · 0.80
getContextMethod · 0.80
nCtxMethod · 0.80
getNativeObjectMethod · 0.80
getFuncDeclMethod · 0.45
getArityMethod · 0.45

Tested by

no test coverage detected