Hello everyone, 

I'm solving iteratively a problem using gurobi solver and adding once a 
time a new violated constraint to the model. 

I want to iterate this procedure until the number of violated inequalities 
is zero and also I want to print for each iteration some informations I 
would like to analyze later (such as: 

   - the objective value
   - number of explored nodes
   - number of simplex iterations
   - best objective
   - best bound
   - first gap
   - final gap
   - resolution time

How do I make it in julia? 

Thanks for any suggestion, 

Michela

Reply via email to