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

Method register_relation

lean_py/z3/solver.py:881–884  ·  view source on GitHub ↗
(self, *decls: Any)

Source from the content-addressed store, hash-verified

879 # -- declarations --------------------------------------------------------
880
881 def register_relation(self, *decls: Any) -> None:
882 for d in decls:
883 if isinstance(d, FuncDeclRef):
884 self._decls.append(d)
885
886 def declare_var(self, *args: Any) -> None:
887 for v in args:

Callers 1

Calls

no outgoing calls

Tested by 1