
Nan D
- 合計アクティビティ 23
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 4
- サブスクリプション 7
アクティビティの概要
Nan Dさんの最近のアクティビティ-
Nan Dさんがコメントを作成しました:
Hi Riley Thank you for your reply! So, if I understand you correctly, sadly the Gurobi log tools does not provide a timeline data frame for multi-objective problems?Do you have advice for logging d...
-
Nan Dさんが投稿を作成しました:
Gurobi logtools Python package
回答済みHi!I just came across the open-source package “gurobi-logtools” that was made by the Gurobi support team. It seems like it’s the exact thing I am looking for. However, in the tech talk a question i...
-
Nan Dさんがコメントを作成しました:
Hi Jaromil, thank you for the explanation! I indeed see in the log that the model is solved as a MIP (Continuous model is non-convex — solving as a MIP). However, when I was solving different model...
-
Nan Dさんがコメントを作成しました:
Hi Mario, thank you for your answer! It has gotten much clearer now what to do. I do wonder: why do we need a Gurobi Env for this use case? It’s the first time I see it, although I have solved othe...
-
Nan Dさんが投稿を作成しました:
Running multiple (unrelated) LP models
回答済みHi, I would like to run multiple LP models automatically one after the other in Python (so not parallel). I will use a for loop for this and thus create a new LP model and solve it in each iteratio...
-
Nan Dさんがコメントを作成しました:
Hi, Thank you for your quick reply. It’s clear! kind regards
-
Nan Dさんが投稿を作成しました:
Gurobi Python lower bound not printed
回答済みHi! I’m using Gurobi in combination with Python. My model contains several variables that have a lower bound of zero. I added these by using the lb=0 parameter to the addVars() method (although I k...
-
Nan Dさんが投稿を作成しました:
Worst-case complexity non-convex model
回答済みHi, I’m solving a non-convex quadratic problem with Gurobi and I was wondering what the worst-case complexity is. Is it exponential (i.e. O(2^n))? Thank you!
-
Nan Dさんがコメントを作成しました:
Thank you Jonasz Staszek and Jaromił Najman. It’s clear!
-
Nan Dさんが投稿を作成しました:
Python quicksum() versus sum()
回答済みHi! I have a question about the Gurobi documentation of Pythons quicksum(). It says: “a version of the Python sum function that is much more efficient for building large Gurobi expressions”. Does t...