G. O.
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by G. O.-
Non-linear Optimization with Gurobi
AnsweredHello all, I am trying to solve the following non-linear problem to minimize for y y = sum(x_1*b_1,x_2*b_2,...,x_n*b_n) / sum(x_1*c_1,x_2*c_2,...,x_n*c_n) x_i are binary variable, b_i/c_i are sc...