Fei Wang
- 合計アクティビティ 21
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 8
- サブスクリプション 4
投稿
Fei Wangによる最近のアクティビティ-
Gurobi seems not able to solve an SOCP problem to optimal
回答済みI have the following second order cone problem as following ()I used model.write("myfile_test.lp") to output the model as following: \ LP format - for model browsing. Use MPS format to capture...
-
How to define a list of n tuples, each tuple contains 2 variables
回答済みI want to define a list of n tuples, each tuple represents a point in a plane, so each tuple contains two variables, what gurobi API should I use? I am using Python For example, if n = 5, then my ...