Lilly Yang
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Lilly Yang-
Subtour Elimination constraint with the RHS not equal to |S|-1
This is my subtler elimination constraint. On the RHS, I have |S|-r(S), where r(S) is a dictionary that collects the minimum number of vehicles needed for each subset of nodes. I have my my sub...
-
How to define a hybrid variable or define two separate set?
AnsweredI would like to convert the mathematical formulation below to Python code. Below is what I have for my code. I think the main issue is caused by the wrong use of delta_ij and delta_oj; however,...