Marina Csanady

Gurobi-versary
First Comment
First Question
  • Total activity 7
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3

Activity overview

Latest activity by Marina Csanady
  • Marina Csanady created a post,

    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 (...

  • Marina Csanady created a post,

    Binary Variables were assigned a continous value

    Answered

    I 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...

  • Marina Csanady commented,

    Thanks for your suggestions.I also tried to work with var.index, but also got the same error message. Why is that?   import gurobipy as gpfrom gurobipy import GRBSetI=[i for i in range(3)]SetJ=[i f...

  • Marina Csanady created a post,

    using "if" in addVars()

    Answered

    I'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...