Marina Csanady
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Marina Csanady-
Subtour Elimination for several vehicles (VRP)
Hi,I try to implement the Subtour Elimination constraint for a Vehice Routing Problem with the "callback methode". I tried to modify the code from tsp.py so it would work with several vehicles (...
-
Binary Variables were assigned a continous value
AnsweredI have a model with only binary or integer variables, but after solving my model, some variables are assigned a continous value. I cannot figure out why...I implemented the variables as follows. Af...
-
using "if" in addVars()
AnsweredI'm working on a problem with a lot of variables. In fact to much variables to run in reasonable time. My first approach was to create all possible varibles and delete the unnecessary ones (via mo...