
Martina Gherardi
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Martina Gherardi-
Martina Gherardi created a post,
MIP start and Heuristic callback
AnsweredHi, I would like to receive a message about constraint violation when using heuristic callback. When I warm start the model, if there is an infeasibility, I obtain user MIP start violates constra...
-
Martina Gherardi commented,
Hi Marika, Thanks for the answer. Actually I'm using Gurobi 11. It seemed to me that the parameter GRB_CB_MIPNODE_NODCNT was not effective, so I replaced it with GRB_CB_MIP_NODCNT. With the one...
-
Martina Gherardi created a post,
Usercuts in the root node with Gurobi Callback
Awaiting user inputHi, I would like to add user cuts in the root node using Julia. With the code cb_calls = Cint[] function my_callback_function(cb_data, cb_where::Cint) push!(cb_calls, cb_where) if cb_where != ...
-
Martina Gherardi commented,
Hi Jaromił, thank you for your answer. I set the bounds to the variables participating in bilinear terms by adding additional constraints to the model. Can you suggest a better way to provide the...
-
Martina Gherardi commented,
Hi, I am facing a similar issue with Gurobi 10.0.1. By considering a minimization problem, I observed the following solutions: 1) with MIPGap=1%, in 21 seconds I found a solution with gap=0.9898%...
-
Martina Gherardi created a post,
Warm start Non-Convex Quadratic Optimization in GAMS
AnsweredHi, I am trying to warm-start a model with bilinear constraints and continuous variables to the locally optimal solution found with IPOPT. Accorded to https://support.gurobi.com/hc/en-us/communi...
-
Martina Gherardi commented,
Hi Jaromił, Thank you. Since the model is not reformulated in a mixed integer model, I still do not understand the meaning of the (optimality) gap that I see when I solve my model. Could you help ...
-
Martina Gherardi commented,
Hi Jaromił, Thank you for your very clear answer. If it is possible, I would like to ask you also another question related to the model: the log file shows "Continuous model is non-convex – solvi...
-
Martina Gherardi created a post,
Nonconvex=2 and Presolve
AnsweredHi, I have a problem that contains 9 bilinear constraints: each constraint has a product of 2 continuous variables. Note that the problem has only continuous variables. I modeled the problem in G...