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

Function FiniteSetSize

lean_py/z3/core.py:3721–3723  ·  view source on GitHub ↗

Set cardinality (not supported).

(s: ArrayRef)

Source from the content-addressed store, hash-verified

3719
3720
3721def FiniteSetSize(s: ArrayRef) -> ArithRef:
3722 """Set cardinality (not supported)."""
3723 raise NotImplementedError("FiniteSetSize (cardinality) is not supported")
3724
3725
3726def FiniteSetMap(f: FuncDeclRef, s: ArrayRef) -> ArrayRef:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected