Dillon Flannery-Valadez

  • 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 Dillon Flannery-Valadez
  • Dillon Flannery-Valadez commented,

    Hi Maliheh, what I meant by function argument was the linear expression argument in AddGenConstrIndicator, whether the gap is positive or not. The debate was whether gap being positive enforced b =...

  • Dillon Flannery-Valadez created a post,

    Question about model.AddGenConstrIndicator()

    Answered

    I was debating someone about the behavior of Gurobi. We have a model using indicator constraints.  Let's say you create  int target1_value = 1;for (int col = 0; col < sims.cols; ++col){gap_value[co...