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

Method cube

lean_py/z3/solver.py:672–674  ·  view source on GitHub ↗

Generate cubes (not supported).

(self, vars: Any = None)

Source from the content-addressed store, hash-verified

670 )
671
672 def cube(self, vars: Any = None) -> list:
673 """Generate cubes (not supported)."""
674 return []
675
676 def consequences(self, assumptions: list, variables: list) -> tuple:
677 """Compute consequences (not supported)."""

Callers 1

test_cube_emptyMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_cube_emptyMethod · 0.76