Peter Tawiah-Mensah
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Peter Tawiah-Mensah-
Peter Tawiah-Mensah commented,
Thanks a lot!This was extremely helpful.
-
Peter Tawiah-Mensah commented,
The error is for constraints2 and constraints3. Sorry for not including that
-
Peter Tawiah-Mensah created a post,
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...