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

Method set

lean_py/z3/solver.py:564–566  ·  view source on GitHub ↗

Set solver options (no-op — Lean solver has no tunable parameters).

(self, *args: Any, **keys: Any)

Source from the content-addressed store, hash-verified

562 insert = add
563
564 def set(self, *args: Any, **keys: Any) -> None:
565 """Set solver options (no-op — Lean solver has no tunable parameters)."""
566 pass
567
568 def push(self) -> None:
569 self._stack.append(len(self._assertions))

Callers 1

test_solver_set_noopMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_solver_set_noopMethod · 0.76