
wenny li
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 2
Posts
Recent activity by wenny li-
How to use gurobi to describe the process of finding the rank of matrix without objective function?
AnsweredIf have a general square matrix[[1,1,0],[1,1,0],[0,0,0]].(the element is on a binary field--Galois Fields) I want to find the rank of this matrix(like the function:np.linalg.matrix_rank). How can d...
-
How to use gurobi to describe the process of finding the rank of matrix?
AnsweredIf have a general square matrix[[1,1,0],[1,1,0],[0,0,0]],I want to find the rank of this matrix(like the function:np.linalg.matrix_rank).How can describe this process use gurobi?Actually the elemen...