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

Method test_array_creation

tests/test_z3_ported.py:923–925  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

921 """From z3py guide & bubble_sort.py: array theory."""
922
923 def test_array_creation(self):
924 a = Array("a", IntSort(), IntSort())
925 assert is_array(a)
926
927 def test_select_store(self):
928 """Guide: Select and Store operations."""

Callers

nothing calls this directly

Calls 3

ArrayFunction · 0.90
IntSortFunction · 0.90
is_arrayFunction · 0.90

Tested by

no test coverage detected