Marilena Zambara
- 合計アクティビティ 18
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 4
アクティビティの概要
Marilena Zambaraさんの最近のアクティビティ-
Marilena Zambaraさんがコメントを作成しました:
Many thanks Riley for the very useful info. Best, Marilena
-
Marilena Zambaraさんがコメントを作成しました:
Hi again, and Happy New Year!I have a follow-up question on this issue. Communication with Julia developers indicated that as long as a feasible solution is available at the time of early terminati...
-
Marilena Zambaraさんがコメントを作成しました:
Indeed, I can retrieve the values I need with MOI.get(grb, Gurobi.VariableAttribute("X"), index(my_x))Therefore, if I attempt to explain what is happening is that the solution is there from Gurobi,...
-
Marilena Zambaraさんがコメントを作成しました:
Hi Riley, Gurobi version is 11.0.2. I am using Julia v1.9.3 and JuMP v1.23.2 with the Gurobi.jl wrapper v1.3.1.Below you can see the gurobi log for a test case where I am setting a time limit of 4....
-
Marilena Zambaraさんが投稿を作成しました:
Terminating barrier with TimeLimit provides no solution
回答済みHello to the community, I am setting the TimeLimit parameter to an LP, with Method = 2,. The time limit is respected, but I am unable to retrieve any values for my variables. I would expect that I...
-
Marilena Zambaraさんがコメントを作成しました:
Great, thanks again. Marilena
-
Marilena Zambaraさんがコメントを作成しました:
Hi Riley, and thanks for your answer.Could you please clarify, does this mean that the answer to my original question - retrieving duals during branch and bound - is “No, it is not possible”?If it ...
-
Marilena Zambaraさんが投稿を作成しました:
Retrieve Pi values from the LP relaxation of a MIP problem with JuMP
回答済みHello!I would like to retrieve dual values of the LP relaxation of my MIP problem, that is being solved during B&B.To give you a bit of context; I am using Julia and JuMP (and Gurobi of course) to ...
-
Marilena Zambaraさんがコメントを作成しました:
I have performed further tests with a Bender's decomposition algorithm with feasibility cuts (thus, with occasions that the slave problems are infeasible) and I have made some observations, the rea...
-
Marilena Zambaraさんがコメントを作成しました:
Dear Riley, Thank you very much for your answer! Indeed, you are right. With presolve on I can still retrieve the information I need. You are also right in that I can use the concurrent method and ...