isInconsistent method
Returns whether or not the goal contains false.
Implementation
bool isInconsistent() {
return _c._z3.goal_inconsistent(_goal);
}
Returns whether or not the goal contains false.
bool isInconsistent() {
return _c._z3.goal_inconsistent(_goal);
}