getReasonUnknown method
Gets the reason why the last query was unsatisfiable.
Implementation
String getReasonUnknown() {
return _c._z3
.fixedpoint_get_reason_unknown(_fp)
.cast<Utf8>()
.toDartString();
}
Gets the reason why the last query was unsatisfiable.
String getReasonUnknown() {
return _c._z3
.fixedpoint_get_reason_unknown(_fp)
.cast<Utf8>()
.toDartString();
}