Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ value
Method
value
lean_py/z3/solver.py:1001–1004 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
999
)
1000
1001
def
value(self) -> Any:
1002
raise
NotImplementedError(
1003
"Model extraction not supported: Lean cannot produce counter-models"
1004
)
1005
1006
def
as_list(self) -> list:
1007
return
[]
Callers
1
test_func_entry_value_raises
Method · 0.95
Calls
no outgoing calls
Tested by
1
test_func_entry_value_raises
Method · 0.76