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

Method getReasonUnknown

src/api/java/Solver.java:387–391  ·  view source on GitHub ↗

A brief justification of why the last call to Check returned UNKNOWN.

()

Source from the content-addressed store, hash-verified

385 * {@code UNKNOWN}.
386 **/
387 public String getReasonUnknown()
388 {
389 return Native.solverGetReasonUnknown(getContext().nCtx(),
390 getNativeObject());
391 }
392
393 /**
394 * Retrieve the decision levels for each literal in the solver's trail after a {@code check} call.

Callers 4

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

Calls 3

nCtxMethod · 0.80
getContextMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected