Return solver statistics.
(self)
| 616 | return "Lean proof tactics could not discharge the goal" |
| 617 | |
| 618 | def statistics(self) -> dict: |
| 619 | """Return solver statistics.""" |
| 620 | return {} |
| 621 | |
| 622 | def sexpr(self) -> str: |
| 623 | """Return S-expression representation of assertions.""" |
no outgoing calls