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

Activity overview

Latest activity by Thomas Schlechte
  • Thomas Schlechte commented,

    Hi Marika, ah okay, I did not see the call with 3 arguments. So it should work like this // solve...vBasis = self.model.getAttr("VBasis", self.model.getVars())cBasis = self.model.getAttr("CBasis", ...

  • Thomas Schlechte created a post,

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