Sagnik Basumallik
- 合計アクティビティ 37
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 4
- サブスクリプション 12
投稿
Sagnik Basumallikによる最近のアクティビティ-
Error when using Sparse matrix with Gurobi variables
回答済みHi, I have a dense matrix H which I have transformed into a sparse matrix. from scipy import sparsesH = sparse.csr_matrix(H) I have a D matrix which is an identity matrix with Gurobi variables in t...
-
Creating model takes too much time when big matrices are used
回答済みHi All I have a problem that minimizes the following: minimize trace(A^TBA) where the matrices A and B have the following dimension A = (3038 x 2000) B = (3038 x 3038) I write the objective functio...