Alexander Haberman

  • Gurobi-versary
  • Curious
  • First Comment
  • Total activity 16
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 4
  • Subscriptions 5

Posts

Recent activity by Alexander Haberman Recent activity Votes
  • Concurrent Optimizer and Infeasibility

    Answered

    Is it possible to use concurrent but have gurobi continue with another algorithm if the first algorithm to terminate yields infeasibility or unboundedness

  • Crossover

    Answered

    What does crossover do? When is it ok to disable it if I'm using barrier? I have an LP for which barrier gets a solution in minutes but crossover takes days.

  • Summing Variables by Indices in Python

    Answered

    Let's say I have a set of variables x indexed from 1 to 100. How can I constrain the sum of all x indexed i or higher?

  • Verification without DStart

    Ongoing

    I have two LPs with the same variables but different constraints. I want to check my conjecture that the solutions to the two problems coincide. Unfortunately, one of the problems has an extremely ...

  • SOS Constraint with sum

    Answered

    Is there a way to create a SOS constraint where one of the variables is a sum of variables? I have n+1 non-negative variables denoted x_1,...x_n, y and would like to add a constraint that either y=...