Hadi Askaripoor
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Activity overview
Latest activity by Hadi Askaripoor-
Hadi Askaripoor commented,
Dear Riley, Thanks for your reply! I will test it and get back to you. Best, Hadi
-
Hadi Askaripoor created a post,
Exp(an equation)
Answeredfor (Data d:rs.getData()) { List<Data_Out> listofDouts = new ArrayList<Data_Out>(); for(Data_Out dout:rs.getData_out()) { if(dout.g...
-
Hadi Askaripoor commented,
Hello Jaromil, I tried the MIPGap but it didn't affect at all. The interesting thing is when I use the same objective with hierarchical multiobjective approach command it works and the result is co...
-
Hadi Askaripoor commented,
Dear Jaromil, Thanks for your reply! I'll try it out and will get back to you. Best regards, Hadi
-
Hadi Askaripoor commented,
Dear Jaromil, The values are not wrong but they are not minimized enough. For example, when try to limit the response time to be less than a specific value as a constraint I get the minimum values ...
-
Hadi Askaripoor commented,
Dear Jaromil, Thanks for your reply! I already tried it using the following line. this.model.setObjective(expr021, GRB.MINIMIZE); Actually, I made a mistake in writing the code in my last post! As ...
-
Hadi Askaripoor created a post,
Optimization does not work with GRB.Minimize/Maximize
AnsweredDear Gurobi Team, I have an issue regarding an optimization problem. I have three optimization goals in my system model including resource usage, end-to-end latency, and response time. For example,...
-
Hadi Askaripoor commented,
Dear Maliheh, It worked, I would really appreciate your help! Best regards, Hadi
-
Hadi Askaripoor commented,
Dear Maliheh, Thanks for your reply! If I want to multiply two gurobi binary variables e.g. k = m1*m2 and then multiply k to the expr10, how can I proceed? I've tried the same method as you explai...
-
Hadi Askaripoor created a post,
How to multiply two binary gurobi variables using Java?
AnsweredHello, I am wondering how I can multiply two gurobi variables in Java! For example, in the following code, I am going to multiply m1, as gurobi binary variable to each gurobi continuous variable i...