Hadi Askaripoor
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Posts
Recent activity by Hadi Askaripoor-
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...
-
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,...
-
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...