Lukas Meier

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

Posts

Recent activity by Lukas Meier Recent activity Votes
  • Performance of MVar vs. list of Var

    Answered

    Getting more familiar with gurobi I recently updated my variable initialization in a complex model from lists of vars vars = []for _ in range(timesteps): vars.append(model.addVar()) to using MVar...

  • Trouble with using a transforming function on a variable

    Answered

    Hey, I am currently trying to optimize a model with parameteres that are influenced by economy of scale. Depending on the current value of the variable it is multiplied with the result of a transf...