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

Method eval

lean_py/z3/solver.py:518–521  ·  view source on GitHub ↗
(self, t: Any, model_completion: bool = False)

Source from the content-addressed store, hash-verified

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

Callers 1

test_eval_raisesMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_eval_raisesMethod · 0.76