Kim Kestenboum

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

Posts

Recent activity by Kim Kestenboum Recent activity Votes
  • Newman iteration foamalation

    Answered

    Hello, I am trying to formulate an ILP formulation for the Newman algorithm step and would like to ask how can I improve it because it is very slow.  Newman algorithm's main idea is dividing a grap...

  • How can I formulate a constraint that reflects that a variable can equal only -1 or 1?

    Answered

    I am trying to create an ILP formulation that represents newman's idea.  I formulated the objective function, but I would like to require the variables to be -1 or 1. How can I do that? Thanks

  • Is C API faster then the Python API?

    Awaiting user input

    Hi,  We are solving our ILP problem with Gurobi and are having issues with the run time. We are trying to think of different ways to improve this and are wondering if there would be a difference if...