Cris
I am studying studying and I really fell in love with optimization area
- 合計アクティビティ 34
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 7
コメント
Crisによる最近のアクティビティ-
Hi Juan, I suppose you talk spanish if you want to keep talking. I was trying to do the next thing. y = model.addVars(Amigos, vtype= GRB.CONTINUOUS, lb= -GRB.INFINITY, ub=GRB.INFINITY, name = "y") ...
-
What version of Intel MKL runs gurobi?? I read 2020.2 version has removed the environment variable solution. Best regards, Cristian
-
Thanks for your answer Jaromił. I was reading some post and it looks like the environment variable is not useful with the new version of mkl. I am not clear with what you tell me about the environ...
-
Thanks for your answer Jeromil. I am student yet and I am happy with what I have learned in this time. Thanks for your words and help, as always. Best regars, Cristian.
-
OMG. Thanks for your answer Jaromil. I am doing a Simulated Annealing. The worst problem when I code is I think in many options for do the same in this case change the RHS but I always want to know...
-
Ok, perfect. In this case Apertura_centro will be a tuple-dict, where each element will be a constraint and the index???. If I get a constraint using d = getConstraintbyname("Apertura_centro[5]") a...
-
Ok, thanks for your answer. So It is not indispensable use parentheses if I am coding inside a gurobi function. It is just stetic and readable issue. Thanks for all Jaromił Best regards.
-
Thanks for your help Jaromił. I am going to see it right now Best regards Cristian
-
Thanks for your answer. I try to used Model.write() but I wasn´t too sure of how. I read the link but I wasn´t to clear how to do It. I will try with model.remove(R3m) Thanks for your help
-
Thanks for your answer Jaromił. I Have a question yet. If I call my constraints master.update()# RestriccionesR1m = master.addConstrs((quicksum(s[k,t] for k in K) <= PAt[t]) for t in T)R2m = maste...