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

Method simplify

src/api/java/Expr.java:41–44  ·  view source on GitHub ↗

Returns a simplified version of the expression @return Expr @throws Z3Exception on error

()

Source from the content-addressed store, hash-verified

39 * @throws Z3Exception on error
40 **/
41 public Expr<R> simplify()
42 {
43 return simplify(null);
44 }
45
46 /**
47 * Returns a simplified version of the expression

Callers 1

simplifierExampleMethod · 0.95

Calls 5

createMethod · 0.95
getContextMethod · 0.80
nCtxMethod · 0.80
getNativeObjectMethod · 0.80
simplifyMethod · 0.65

Tested by

no test coverage detected