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

Method test_tryfor_ignores_timeout

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

Source from the content-addressed store, hash-verified

2752 assert t2 is t
2753
2754 def test_tryfor_ignores_timeout(self):
2755 t = Tactic("simp")
2756 t2 = TryFor(t, 5000)
2757 assert t2 is t
2758
2759 def test_tactic_solver(self, kernel):
2760 t = Tactic("grind")

Callers

nothing calls this directly

Calls 2

TacticClass · 0.90
TryForFunction · 0.90

Tested by

no test coverage detected