isDecidedUnsat method
Returns whether the goal is inconsistent and precise.
Implementation
bool isDecidedUnsat() {
return _c._z3.goal_is_decided_unsat(_goal);
}
Returns whether the goal is inconsistent and precise.
bool isDecidedUnsat() {
return _c._z3.goal_is_decided_unsat(_goal);
}