MCPcopy Create free account
hub / github.com/cp-algorithms/cp-algorithms / main

Function main

test/test_linear_diophantine.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25int main() {
26 test(-10, -8, -80, -100, 100, -90, 90);
27 test(-389, 6, 836, 326, 777, 3, 926);
28 test(-239, -138, 65, 786, 945, 218, 647);
29 return 0;
30}

Callers

nothing calls this directly

Calls 1

testFunction · 0.85

Tested by

no test coverage detected