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

Method unsat_core

lean_py/z3/solver.py:608–612  ·  view source on GitHub ↗

Return unsat core (not supported).

(self)

Source from the content-addressed store, hash-verified

606 self._assertions.append(a)
607
608 def unsat_core(self) -> list:
609 """Return unsat core (not supported)."""
610 raise NotImplementedError(
611 "Unsat core not supported: Lean is a proof checker, not an SMT solver"
612 )
613
614 def reason_unknown(self) -> str:
615 """Return reason for unknown result."""

Callers 1

Calls

no outgoing calls

Tested by 1