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

Method add

lean_py/z3/solver.py:556–558  ·  view source on GitHub ↗
(self, *args: BoolRef)

Source from the content-addressed store, hash-verified

554 self._stack: list[int] = []
555
556 def add(self, *args: BoolRef) -> None:
557 for a in args:
558 self._assertions.append(a)
559
560 # Aliases for add
561 append = add

Callers 15

solveFunction · 0.95
test_solver_basicMethod · 0.95
test_solver_push_popMethod · 0.95
test_solver_resetMethod · 0.95
test_1queen_satMethod · 0.95
test_2queens_unsatMethod · 0.95
test_3queens_unsatMethod · 0.95

Calls

no outgoing calls