Cris
I am studying studying and I really fell in love with optimization area
- 合計アクティビティ 34
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 7
アクティビティの概要
Crisさんの最近のアクティビティ-
Crisさんがコメントを作成しました:
What version of Intel MKL runs gurobi?? I read 2020.2 version has removed the environment variable solution. Best regards, Cristian
-
Crisさんがコメントを作成しました:
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...
-
Crisさんが投稿を作成しました:
Ryzen for gurobi
回答済みHello. I hope how read this massage has a good day. Recently I bought a new laptop. It has a ryzen 4800H and I saw this CPU outperform all i7 with the same specs in a lot of benchmarks. When I trye...
-
Crisさんがコメントを作成しました:
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.
-
Crisさんがコメントを作成しました:
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...
-
Crisさんがコメントを作成しました:
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...
-
Crisさんが投稿を作成しました:
How modify RHS
回答済みHello. I need help to modify de RHS of a constr. I saw another post but I am not clear. This is my model model.addConstrs((quicksum(x[i,j] for j in N) <= n*y[i] for i in M),name="Apertura_centro") ...
-
Crisさんがコメントを作成しました:
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.
-
Crisさんが投稿を作成しました:
Pep-8 in long constrs
進行中Hello. I am doing a Benders' decomposition problem and I have some questions. I have a long constraint and I am not sure the best way to do it. I would like to know if there is no problems if whe...
-
Crisさんがコメントを作成しました:
Thanks for your help Jaromił. I am going to see it right now Best regards Cristian