Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ SimpleSolver
Function
SimpleSolver
lean_py/z3/solver.py:769–771 ·
view source on GitHub ↗
Create a simple solver (returns standard Solver).
()
Source
from the content-addressed store, hash-verified
767
768
769
def
SimpleSolver() -> Solver:
770
""
"Create a simple solver (returns standard Solver)."
""
771
return
Solver()
772
773
774
def
solve_using(s: Solver, *args: BoolRef) -> CheckSatResult:
Callers
1
test_simple_solver
Method · 0.90
Calls
1
Solver
Class · 0.85
Tested by
1
test_simple_solver
Method · 0.72