
Yuzhou Jiang
- 合計アクティビティ 15
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
アクティビティの概要
Yuzhou Jiangさんの最近のアクティビティ-
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...
-
Yuzhou Jiangさんがコメントを作成しました:
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',...
-
Yuzhou Jiangさんが投稿を作成しました:
An detailed explanation of the algorithm Gurobi uses to solve LP and IP
回答済みHi there, This is a general question. What are the algorithms Gurobi uses to solve LP and IP? Are there resources available that I can read? I am looking for a more detailed explanation. Thanks, Yu...
-
Yuzhou Jiangさんがコメントを作成しました:
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...
-
Yuzhou Jiangさんがコメントを作成しました:
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...
-
Yuzhou Jiangさんがコメントを作成しました:
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
-
Yuzhou Jiangさんが投稿を作成しました:
Querying WLS license status
回答済みHi, I have a license through WLS. I am curious if, other than through WLS manager, I can query my license-related information via other methods. To clarity, things I hope to query can be, if I have...
-
Yuzhou Jiangさんがコメントを作成しました:
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 ...
-
Yuzhou Jiangさんが投稿を作成しました:
Impact of memory on time to add Gurobi matrix variables
回答済みHi there, I am using .addMvar() from Python API to add several variable vectors, each containing about 150,000 variables, for my project. I do a lot of data processing and storing, which incurs a P...
-
Yuzhou Jiangさんがコメントを作成しました:
Hi Jaromił, I see. Thank you very much for the clarification. Yuzhou