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

Method test_sum_variadic

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

Source from the content-addressed store, hash-verified

2278 assert is_int(r)
2279
2280 def test_sum_variadic(self):
2281 x, y, z = Ints("x y z")
2282 r = Sum(x, y, z)
2283 assert is_int(r)
2284
2285 def test_sum_list(self):
2286 xs = [Int(f"x{i}") for i in range(4)]

Callers

nothing calls this directly

Calls 3

IntsFunction · 0.90
SumFunction · 0.90
is_intFunction · 0.90

Tested by

no test coverage detected