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

Method model

lean_py/z3/solver.py:596–599  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

594 return unknown
595
596 def model(self) -> ModelRef:
597 raise NotImplementedError(
598 "Model extraction not supported: Lean is a proof checker, not an SMT solver"
599 )
600
601 def assertions(self) -> list[BoolRef]:
602 return list(self._assertions)

Callers 3

test_model_raisesMethod · 0.95
test_model_raisesMethod · 0.95

Calls

no outgoing calls

Tested by 3

test_model_raisesMethod · 0.76
test_model_raisesMethod · 0.76