Martina Gherardi
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Posts
Recent activity by Martina Gherardi-
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...
-
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 != ...
-
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...
-
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...