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

Method weight

lean_py/z3/core.py:850–852  ·  view source on GitHub ↗

Return quantifier weight (default 0).

(self)

Source from the content-addressed store, hash-verified

848 return self._bound[i]._sort
849
850 def weight(self) -> int:
851 """Return quantifier weight (default 0)."""
852 return 0
853
854 def qid(self) -> str:
855 """Return quantifier identifier (empty string)."""

Callers 1

test_weightMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_weightMethod · 0.64