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

Method statistics

lean_py/z3/solver.py:618–620  ·  view source on GitHub ↗

Return solver statistics.

(self)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by 1