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

Method test_vector_zero

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

Source from the content-addressed store, hash-verified

2370 assert names == ["x__0", "x__1", "x__2"]
2371
2372 def test_vector_zero(self):
2373 assert IntVector("x", 0) == []
2374 assert BoolVector("b", 0) == []
2375 assert RealVector("r", 0) == []
2376
2377 def test_vector_sum(self):
2378 xs = IntVector("x", 3)

Callers

nothing calls this directly

Calls 3

IntVectorFunction · 0.90
BoolVectorFunction · 0.90
RealVectorFunction · 0.90

Tested by

no test coverage detected