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

Class Ge

examples/06_effectful_verifier/python/refine.py:41–48  ·  view source on GitHub ↗

Refinement: value >= n.

Source from the content-addressed store, hash-verified

39
40
41class Ge:
42 """Refinement: value >= n."""
43
44 def __init__(self, n: int):
45 self.n = n
46
47 def __repr__(self):
48 return f"Ge({self.n})"
49
50
51# ---------------------------------------------------------------------------

Callers 1

bounded_sumFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected