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

Method __init__

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

Source from the content-addressed store, hash-verified

807 """
808
809 def __init__(self) -> None:
810 self._assertions: list[BoolRef] = []
811 self._objectives: list[tuple[str, ExprRef]] = []
812
813 def add(self, *args: BoolRef) -> None:
814 for a in args:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected