Juan Calle
- 合計アクティビティ 17
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 6
投稿
Juan Calleによる最近のアクティビティ-
Can I build a model using at the same time a matrix approach and a dictionary approach?
回答済みHi Gurobi Community, I would like to know if it is possible to mix in the same model variables which have been defined with m.addMVar and variables which has been defined with m.addVars? Both types...
-
Dynamically updating the parameters file
回答済みHi Gurobi Community, I want to check the impact of different parameter settings in the run time of a model in several instances. Therefore, I need to be able to read the .prm dynamically (these set...
-
model fingerprint is different in the log and when queried
回答済みHi Gurobi community, I am finding that the fingerprint attribute of the model is different when Gurobi prints the log file and when the fingerprint is queried directly in the model object. This is ...
-
Stop callbacks
回答済みHI Gurobi community, I would like to know if there is an option to stop callbacks when a stop criteria is met. I am using Callbacks to calculate the time to find the first feasible solution, so it ...
-
Defining a model as a class vs as a function in python
Hi Gurobi community, I am implementing a decomposition approach to solve a MIP in python. I would like to know if there will any benefit in using an object-oriented paradigm for the implementation...
-
Examples in Gurobi installation directory
回答済みHi Gurobi community, I have been unable to see the Gurobi examples on my computer. When I type in jupyter: import gurobipy as gp print(gp.__file__) I obtain C:\Users\calle\Anaconda3\lib\site-packa...