Carlos Davalos

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

Activity overview

Latest activity by Carlos Davalos
  • Carlos Davalos commented,

    Thanks Riley!  I have 6 BoolVar and 2 NumVar.  The NumVar (both) have a [0,20000] bound.  So did what you suggested and got the following results after a 3-hour run.     Nodes    |    Current Node ...

  • Carlos Davalos created a post,

    High Execution Time

    Awaiting user input

    Hello Gurobi Team, I am trying to execute the following model but it is taking too much time to get a solution. I don't know if in this case is too big or the solution is unfeasible.  Is there any ...

  • Carlos Davalos commented,

    Thanks Ronald! Worked for me :)

  • Carlos Davalos created a post,

    Multiplication Decision Variables

    Answered

    Hey all,   I have the following decision boolean variables x[t] and w[t], and an auxiliary variable p[t]. p[t] = p[t - 1] + w[t] * constant p[t] <= Max Value But I have also a condition where if x[...