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

Method arg_value

lean_py/z3/solver.py:996–999  ·  view source on GitHub ↗
(self, i: int)

Source from the content-addressed store, hash-verified

994 return 0
995
996 def arg_value(self, i: int) -> Any:
997 raise NotImplementedError(
998 "Model extraction not supported: Lean cannot produce counter-models"
999 )
1000
1001 def value(self) -> Any:
1002 raise NotImplementedError(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected