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

Method proof

lean_py/z3/solver.py:704–706  ·  view source on GitHub ↗

Return proof (not supported).

(self)

Source from the content-addressed store, hash-verified

702 return []
703
704 def proof(self) -> Any:
705 """Return proof (not supported)."""
706 raise NotImplementedError("Proof extraction not supported")
707
708 def translate(self, ctx: Any) -> Solver:
709 """Translate solver to another context (no-op)."""

Callers 1

test_proof_raisesMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_proof_raisesMethod · 0.76