Return proof (not supported).
(self)
| 702 | return [] |
| 703 | |
| 704 | def proof(self) -> Any: |
| 705 | """Return proof (not supported).""" |
| 706 | raise NotImplementedError("Proof extraction not supported") |
| 707 | |
| 708 | def translate(self, ctx: Any) -> Solver: |
| 709 | """Translate solver to another context (no-op).""" |
no outgoing calls