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

Method parse_string

lean_py/z3/solver.py:972–973  ·  view source on GitHub ↗
(self, s: str)

Source from the content-addressed store, hash-verified

970 return list(self._premises)
971
972 def parse_string(self, s: str) -> None:
973 raise NotImplementedError("Fixedpoint SMT-LIB parsing not supported")
974
975 def parse_file(self, path: str) -> None:
976 raise NotImplementedError("Fixedpoint SMT-LIB parsing not supported")

Callers 1

Calls

no outgoing calls

Tested by 1