(self)
| 955 | # -- introspection ------------------------------------------------------- |
| 956 | |
| 957 | def get_answer(self) -> ExprRef: |
| 958 | return BoolVal(self._last_result == sat) |
| 959 | |
| 960 | def get_ground_sat_answer(self) -> ExprRef: |
| 961 | return BoolVal(self._last_result == sat) |