Barak Gross

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

Posts

Recent activity by Barak Gross Recent activity Votes
  • Debugging wrong MIPSOL_OBJBND

    I have modeled some graph problem in which I add graphs cuts as a lazy constraint.For some reason after some number of iterations the algorithm deduce a bound for MIPSOL_OBJBND that is incorrect.I ...

  • How to improve LP formulation using presolve

    I have written an Integer Program using the Gurobi Python API and noticed the following row in the log: Presolve removed 9331080 rows and 2671 columns - which took about 35 seconds. I know for sure...

  • Constant Variable

    Answered

    I have some ILP formulation I came up.It is very convenient in my formulation to have some binary ( maybe even integer) variables that are constant. For example a parity variable that for a specifi...