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

Method setParameters

src/api/java/Solver.java:44–49  ·  view source on GitHub ↗

Sets the solver parameters. @throws Z3Exception

(Params value)

Source from the content-addressed store, hash-verified

42 * @throws Z3Exception
43 **/
44 public void setParameters(Params value)
45 {
46 getContext().checkContextMatch(value);
47 Native.solverSetParams(getContext().nCtx(), getNativeObject(),
48 value.getNativeObject());
49 }
50
51 /**
52 * Retrieves parameter descriptions for solver.

Callers 4

proveMethod · 0.95
disproveMethod · 0.95
proveMethod · 0.95
disproveMethod · 0.95

Calls 4

checkContextMatchMethod · 0.80
getContextMethod · 0.80
nCtxMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected