Peter Tawiah-Mensah
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Peter Tawiah-Mensah-
Absolute value modelling
AnsweredHi, I am having problem with this part of my implementation model = gp.Model()model.reset()x = model.addMVar(n1,lb=-1,ub=1) y = np.zeros(n1) sum = 0for i in range(n1-1): sum += y[i] objective...