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

Method lower

lean_py/z3/solver.py:1109–1110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1107 self._idx = idx
1108
1109 def lower(self) -> Any:
1110 raise NotImplementedError("OptimizeObjective.lower not supported: Lean is a proof checker")
1111
1112 def upper(self) -> Any:
1113 raise NotImplementedError("OptimizeObjective.upper not supported: Lean is a proof checker")

Callers 4

RealValFunction · 0.80
test_bv_val_reprMethod · 0.80
test_not_reprMethod · 0.80
test_forall_reprMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_bv_val_reprMethod · 0.64
test_not_reprMethod · 0.64
test_forall_reprMethod · 0.64