A brief justification of why the last call to Check returned UNKNOWN.
()
| 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. |
no test coverage detected