Return solver help string.
(self)
| 678 | return (unknown, []) |
| 679 | |
| 680 | def help(self) -> str: |
| 681 | """Return solver help string.""" |
| 682 | return "lean.py solver backed by Lean's grind tactic. No tunable parameters." |
| 683 | |
| 684 | def param_descrs(self) -> dict: |
| 685 | """Return parameter descriptions.""" |