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

Function test5

test/test_rank_matrix.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void test5(){
43 matrix A(2);
44 A[0] = {1, 0, 1, 0};
45 A[1] = {0, 1, 0, 1};
46 assert(compute_rank(A) == 2);
47}
48
49int main(){
50 test1();

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected