MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / help

Method help

lean_py/z3/solver.py:680–682  ·  view source on GitHub ↗

Return solver help string.

(self)

Source from the content-addressed store, hash-verified

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."""

Callers 1

test_helpMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_helpMethod · 0.76