Hi Johan,
I have used assign(x,x0) and sdpsettings('solver','gurobi','usex0',1) to warm start
an MILP. Here, x0 is a feasible solution for the MILP. However, warm starting didn't reduce the computation time.
1- Is it likely that Yalmip is changing my MILP model internally and produces a new internal problem that doesn't have an initial warm start?
2- How can I realize whether Yalmip is using the initial guess x0.
3- How can I force MILP to not change my model internally, so that warm starting takes effect.
4- Does changing the solver from Gurobi to Cplex or Mosek may make the warm starting work?