(self, s: str)
| 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") |
no outgoing calls