Saeed Abdolmaleki
- 合計アクティビティ 42
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 14
アクティビティの概要
Saeed Abdolmalekiさんの最近のアクティビティ-
Saeed Abdolmalekiさんがコメントを作成しました:
I appreciate your support RyutaI think this is the right way for handling fixed integers on the node
-
Saeed Abdolmalekiさんが投稿を作成しました:
Feature Request: Access to Fixed Integer Variables in Gurobi Nodes
Dear Gurobi Team,I hope this message finds you well.I am conducting academic research focused on developing an exact heuristic that integrates with the Gurobi solver. As part of this work, I requir...
-
Saeed Abdolmalekiさんがコメントを作成しました:
Hi Ryuta,Thanks for replying to my message. The Idea ultimately led me to use SCIP, during my heuristic solution I need to get access to the fixed integer variables up to the called node. Do you ha...
-
Saeed Abdolmalekiさんが投稿を作成しました:
Getting the decision variable's local bounds within the B&B tree
回答済みHiI need to get access the local upper and lower bound of a variable in a branch and bound tree. similar to the method on SCIP:scip.getLbLocal()
-
Saeed Abdolmalekiさんがコメントを作成しました:
Hi Riley,thank you for your response, First I tried using CPLEX, and although the cplex was unable to provide me the fixed integer variables over the parent's node, I simply used get.local_lower/up...
-
Saeed Abdolmalekiさんが投稿を作成しました:
Prunning the tree
回答済みHelloI am workig on an exact method which embeds with MILP. The idea is to set a heuristic solution into the branch and bound tree. I was able to update the incumbent to a very good point, however ...
-
Saeed Abdolmalekiさんが投稿を作成しました:
Non-Convex Objective Function
回答済みHi Gurobi Experts,I have supply chain configuration problem, where the objective function has a sqrt form like below: I previously used Conic Constraint; However I wanted it to know does Gurobi hav...
-
Saeed Abdolmalekiさんがコメントを作成しました:
Additionally, there is another issue: for mid-sized instances, the callback-based Benders implementation tends to produce the same optimal solution as Gurobi's default solver. However, as the probl...
-
Saeed Abdolmalekiさんが投稿を作成しました:
Analysis of Benders Decomposition Cuts over Gurobi Logs
Hi scientists, While I was trying to understand the internal logic of using the callback method to generate cuts for a Facility Location Problem—without relying on Gomory cuts or heuristic methods ...
-
Saeed Abdolmalekiさんが投稿を作成しました:
Benders Strategy
回答済みHello Gurobi TeamI was trying BendersStrategy which has been sugested by gurobibot on my Complimantory Optimization problem. the given Error Key:Could you guide me on it----------------------------...