Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_model_raises
Method
test_model_raises
tests/test_z3_ported.py:1721–1724 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1719
""
"z3py ModelRef compatibility."
""
1720
1721
def
test_model_raises(self):
1722
s = Solver()
1723
with
pytest.raises(NotImplementedError):
1724
s.model()
1725
1726
def
test_modelref_getitem_raises(self):
1727
m = ModelRef()
Callers
nothing calls this directly
Calls
2
model
Method · 0.95
Solver
Class · 0.90
Tested by
no test coverage detected