Xiangfeng Zhu
- 合計アクティビティ 11
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Xiangfeng Zhuさんの最近のアクティビティ-
Xiangfeng Zhuさんがコメントを作成しました:
Hi Eli, I think you're right. I think didn't understand how Model.addGenConstrIndicator() works before. Thanks so much for your help. Xiangfeng
-
Xiangfeng Zhuさんがコメントを作成しました:
Hi Eli, I really appreciate your help and I'm trying to fix the problem. However, it seems like it didn't work. (the slowest is smaller than the data transmission time) status = m.addVars([i for i ...
-
Xiangfeng Zhuさんがコメントを作成しました:
>Maybe a client's processing time bw should only be counted if the client is assigned at least one sample? Yes! I think that might be the problem. I'll check this. Thanks so much!
-
Xiangfeng Zhuさんがコメントを作成しました:
Hi Eli, Sorry to bother you, but any ideas? Thanks, Xiangfeng
-
Xiangfeng Zhuさんがコメントを作成しました:
Hi Eli, Thanks for your prompt reply! For example, if there are two classes of interest and there are 5 clients. num_of_class = 2num_of_clients = 5preference = [50, 50] # We want 50 samples of cl...
-
Xiangfeng Zhuさんが投稿を作成しました:
Constraints doesn't work
回答済みHi, I'm trying to translate an LP problem into Gurobi using python but my program is not working. I spent several days to debug it but it's still not working. I appreciate any help! Specifically, ...
-
Xiangfeng Zhuさんがコメントを作成しました:
It worked! Thanks so much!
-
Xiangfeng Zhuさんがコメントを作成しました:
Thanks for your prompt reply! They are GRB.INTEGER and I set the lower bound to zero.
-
Xiangfeng Zhuさんが投稿を作成しました:
Non-Zero test for summation of variables
回答済みHi all, I have a list of variable and I want to add a constraint to limit the number of non-zero variables. How should I do this? I try to compare it to something like IntFeasTol but I think two-si...