(self, t: Any, model_completion: bool = False)
| 516 | ) |
| 517 | |
| 518 | def eval(self, t: Any, model_completion: bool = False) -> Any: |
| 519 | raise NotImplementedError( |
| 520 | "Model extraction not supported: Lean cannot produce counter-models" |
| 521 | ) |
| 522 | |
| 523 | evaluate = eval |
| 524 |
no outgoing calls