Thanh Phong Pham
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Thanh Phong Pham-
Problem with gurobi default setting for piecewise linear function
AnsweredHello, I'm using this piecewise linear function in gurobi. for i in range(N+1): for k in range(M): m.addGenConstrPWL(q[i,k],u[i,k],u_axis_x,u_axis_y) for k in range(M):...