Riley Clement
-
Gurobi Staff
- 合計アクティビティ 1941
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 3ユーザー
- 投票 14
- サブスクリプション 792
コメント
Riley Clementによる最近のアクティビティ-
Hi Tanmoy,If there are no Gurobi variables in your expression, then it is not really a constraint (nothing is being constrained).Are you perhaps just wanting to calculate the maximum of the numbers...
-
Hi Fnu,If you have not yet registered for an Academic License for Gurobi then please do so here:Academic License Registration.I expect the following CVX guide, Using Gurobi with CVX, will help you ...
-
Hi Seungmin, Note that the output you provide shows that you have an infeasible model, meaning no solution exists. I can see in the traceback on the line ending in "line 278, in optql" that the opt...
-
Hi Tanmoy,There is no functionality within Gurobi that can do this. Perhaps there are tools which can convert standardized lp or mps files to latex, and you could leverage that by writing your mod...
-
Thanks Xuan, we'll be keen to hear if it works for you!
-
Hi Peter,I think there are several things we can look at here:1) \(\texttt{y = np.zeros(n1)}\) : you will need these to be variables also, as their value depends on x variables.2) \(\texttt{for i i...
-
Hi Sander,There are several ways you could do this in python (or our interactive interface). Here is one approach: ind = (1,0,0) # the a,b,c values you want to matcheps = 1e-6 # tolerance to use...
-
Hi Bahar,I agree with Jonasz, it is a little difficult to precisely understand the intent but I think it may be worth you looking at our multiple objective functionality. This is a convenience fea...
-
Hi 周 安榕 ,Thank your for the model.Note the method parameter affects the root LP - it won't be relevant to the issue you are facing.Unfortunately I have not been able to replicate the issue, this is...
-
Hi 建城 张, Maliheh has given a very detailed answer to this question when it was asked previously: https://support.gurobi.com/hc/en-us/community/posts/4676253771025-Large-matrix-coefficients-and-larg...