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

Method solver

lean_py/z3/tactic.py:102–104  ·  view source on GitHub ↗

Create a Solver that uses this tactic.

(self)

Source from the content-addressed store, hash-verified

100 return ApplyResult([goal]) # unchanged
101
102 def solver(self):
103 """Create a Solver that uses this tactic."""
104 return Solver()
105
106 def __repr__(self) -> str:
107 return f"Tactic({self._name})"

Callers 1

test_tactic_solverMethod · 0.95

Calls 1

SolverClass · 0.90

Tested by 1

test_tactic_solverMethod · 0.76