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

Function TryFor

lean_py/z3/tactic.py:204–206  ·  view source on GitHub ↗

Apply tactic with timeout (timeout ignored — Lean handles timeouts internally).

(tactic: Tactic, ms: int)

Source from the content-addressed store, hash-verified

202
203
204def TryFor(tactic: Tactic, ms: int) -> Tactic:
205 """Apply tactic with timeout (timeout ignored — Lean handles timeouts internally)."""
206 return tactic
207
208
209def ParOr(*tactics: Tactic) -> Tactic:

Callers 1

Calls

no outgoing calls

Tested by 1