Return reason for unknown result.
(self)
| 612 | ) |
| 613 | |
| 614 | def reason_unknown(self) -> str: |
| 615 | """Return reason for unknown result.""" |
| 616 | return "Lean proof tactics could not discharge the goal" |
| 617 | |
| 618 | def statistics(self) -> dict: |
| 619 | """Return solver statistics.""" |
no outgoing calls