Thomas Schlechte

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

Posts

Recent activity by Thomas Schlechte Recent activity Votes
  • VBasis/CBasis get and set

    Answered

    I am a little confused that when getting the LP basis in python, you have to self.model.getAttr("VBasis", self.model.getVars()) but for setting you have to do something like this:         for var i...