Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ else_value
Method
else_value
lean_py/z3/solver.py:1016–1019 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1014
pass
1015
1016
def
else_value(self) -> Any:
1017
raise
NotImplementedError(
1018
"Model extraction not supported: Lean cannot produce counter-models"
1019
)
1020
1021
def
num_entries(self) -> int:
1022
return
0
Callers
1
test_func_interp_else_raises
Method · 0.95
Calls
no outgoing calls
Tested by
1
test_func_interp_else_raises
Method · 0.76