Rahadyan Bagus P
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Rahadyan Bagus P-
Rahadyan Bagus P created a post,
how to make absolut value in python model
Answeredi want to change G[i,j] into | X[i] - X[j] | model.setObjective(grb.quicksum(Cobj[i,j]*G[i,j] for i in N for j in N if i<j))
-
Rahadyan Bagus P created a post,
the results violate the constraint that have been created
Awaiting user inputAfter the model is run, the results given are quite good, but there are several results for the value of the variable "G" which violate the predetermined limits, where the value of "G" should corre...