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

Method __init__

lean_py/z3/solver.py:872–877  ·  view source on GitHub ↗
(self, ctx: Any = None)

Source from the content-addressed store, hash-verified

870 """
871
872 def __init__(self, ctx: Any = None) -> None:
873 self._decls: list[FuncDeclRef] = []
874 self._declared_vars: list[ExprRef] = []
875 self._premises: list[BoolRef] = []
876 self._rules: list[BoolRef] = []
877 self._last_result: CheckSatResult = unknown
878
879 # -- declarations --------------------------------------------------------
880

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected