Christos Kolomvakis
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Christos Kolomvakis-
Christos Kolomvakis commented,
Alright it works! I must have made a mistake before to get the same result always. Thank you so much for your help,Christos
-
Christos Kolomvakis commented,
Hello and thank you for your response,I will try study and try to replicate the example in JuMP.Kind regards,Christos
-
Christos Kolomvakis commented,
Hello, my apologies for not posting the code, here it is (in Julia): model = Model(() -> Gurobi.Optimizer(env)) # set_silent(model) # set_optimizer_attribute(model, "OutputFlag", 0) # set_optimize...
-
Christos Kolomvakis created a post,
Need help understanding the output of Gurobi for an IP problem
AnsweredHello everyone, I am writing this post to get a deeper understanding over how gurobi solves a specific ip that I am dealing with. The problem is the following: min_(h,z) 3 - z_2 - z_4 - z_5 + z_1 ...