Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void 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
49
int main(){
50
test1();
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected