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

Method evaluate

src/api/java/Model.java:226–229  ·  view source on GitHub ↗

Alias for Eval. @throws Z3Exception

(Expr<R> t, boolean completion)

Source from the content-addressed store, hash-verified

224 * @throws Z3Exception
225 **/
226 public <R extends Sort> Expr<R> evaluate(Expr<R> t, boolean completion)
227 {
228 return eval(t, completion);
229 }
230
231 /**
232 * The number of uninterpreted sorts that the model has an interpretation

Callers 13

arrayExample3Method · 0.95
sudokuExampleMethod · 0.95
findModelExample1Method · 0.95
findModelExample2Method · 0.95
evalExample1Method · 0.95
evalExample2Method · 0.95
arrayExample3Method · 0.95
findModelExample1Method · 0.95
findModelExample2Method · 0.95
evalExample1Method · 0.95
evalExample2Method · 0.95
checkSmallMethod · 0.45

Calls 1

evalMethod · 0.95

Tested by

no test coverage detected