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

Method reason_unknown

lean_py/z3/solver.py:614–616  ·  view source on GitHub ↗

Return reason for unknown result.

(self)

Source from the content-addressed store, hash-verified

612 )
613
614 def reason_unknown(self) -> str:
615 """Return reason for unknown result."""
616 return "Lean proof tactics could not discharge the goal"
617
618 def statistics(self) -> dict:
619 """Return solver statistics."""

Callers 1

Calls

no outgoing calls

Tested by 1