Yuzhou Jiang
- 合計アクティビティ 15
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
コメント
Yuzhou Jiangによる最近のアクティビティ-
Hi Michel, Thanks for these info. I am an OR professional so I am aware of these methods you mentioned. What you provide is a rather general statement and what I am looking for is materials that ar...
-
Hi Riley, To do what you suggest, do you mean the following: import gurobipy as gp from gurobipy import GRB e = gp.Env("gurobi.log", params={'WLSTokenDuration': 60}) my_model = gp.Model('myModel',...
-
Hey Riley, Sorry about the ambiguity. I realize this might be a Gurobi question, but let me clarify. My company is trying to build a software, whose heart is an optimization problem. The software c...
-
Hi Riley, I was able to use the resources you provided. Thank you very much for that! I have a follow-up question. Can any of these be used to manage the license usage? For example, for whatever re...
-
Hi Riley, Thanks for the information. Is this API the only one I can query information from? Can I, for example, query from a Python API? Thanks, Yuzhou
-
Hi Gwyneth, Can you clarify what you mean by "modeling activities"? I have a procedure which starts with querying data and storing data into an object, as its attributes, and then is followed by a ...
-
Hi Jaromił, I see. Thank you very much for the clarification. Yuzhou