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

Method test_consequences

tests/test_z3_ported.py:4528–4531  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4526 assert s.cube() == []
4527
4528 def test_consequences(self):
4529 s = Solver()
4530 result, _ = s.consequences([], [])
4531 assert result == unknown
4532
4533 def test_help(self):
4534 s = Solver()

Callers

nothing calls this directly

Calls 2

consequencesMethod · 0.95
SolverClass · 0.90

Tested by

no test coverage detected