Set solver options (no-op — Lean solver has no tunable parameters).
(self, *args: Any, **keys: Any)
| 562 | insert = add |
| 563 | |
| 564 | def set(self, *args: Any, **keys: Any) -> None: |
| 565 | """Set solver options (no-op — Lean solver has no tunable parameters).""" |
| 566 | pass |
| 567 | |
| 568 | def push(self) -> None: |
| 569 | self._stack.append(len(self._assertions)) |
no outgoing calls