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

Method check

lean_py/z3/solver.py:827–829  ·  view source on GitHub ↗

Check satisfiability (always returns unknown for optimization).

(self)

Source from the content-addressed store, hash-verified

825 return len(self._objectives) - 1
826
827 def check(self) -> CheckSatResult:
828 """Check satisfiability (always returns unknown for optimization)."""
829 return unknown
830
831 def model(self) -> ModelRef:
832 raise NotImplementedError(

Callers 1

Calls

no outgoing calls

Tested by 1