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

Method assertions

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

Source from the content-addressed store, hash-verified

840 pass
841
842 def assertions(self) -> list[BoolRef]:
843 return list(self._assertions)
844
845 def objectives(self) -> list[tuple[str, ExprRef]]:
846 return list(self._objectives)

Callers 1

test_addMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_addMethod · 0.76