Guy Scher

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

Activity overview

Latest activity by Guy Scher
  • Guy Scher commented,

    I think that model.update() would not help because I can't reach adding the objective expression to the model since my expression gets huge and gets stuck even before I reach the final expression I...

  • Guy Scher commented,

    Hi, thanks for the answer but my case is more complicated than the example I've shown. Think of an iterative computation involving N Boolean variables with decisions and computations at each iterat...

  • Guy Scher created a post,

    Collecting decision variables together

    Answered

    I am executing a somewhat complicated calculation in order to eventually add the final result to the objective (linear program). The calculation is iterative and involves the same decision variable...