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

Method test_real_vector

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

Source from the content-addressed store, hash-verified

2360 assert all(is_bool(b) for b in bs)
2361
2362 def test_real_vector(self):
2363 rs = RealVector("r", 4)
2364 assert len(rs) == 4
2365 assert all(is_real(r) for r in rs)
2366
2367 def test_vector_names(self):
2368 xs = IntVector("x", 3)

Callers

nothing calls this directly

Calls 2

RealVectorFunction · 0.90
is_realFunction · 0.90

Tested by

no test coverage detected