Wei Tang

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

Posts

Recent activity by Wei Tang Recent activity Votes
  • Help with converting variables from divisor

    Answered

    There was a similar post on this question, and I know that Gurobi can't solve for models with variables as the divisor. But I want to seek help in converting my problem to something that Gurobi can...

  • How to set objective upper bound?

    Answered

    Is there a way to manually set an objective upper bound for a minimization MIP model?

  • Enforce a solution to see which constraints broke?

    Answered

    I currently have a model that 'should' always return a feasible solution, albeit it may be a bad one with high objective value (the task is to minimize the objective). For debugging purposes, is th...

  • Disable logging

    I wanted to disable logging altogether by setting OutputFlag = 0. However, it is still writing a log file every time I run the solver, albeit with much less information than having OutputFlag=1. Ho...

  • General Constraint vs Linear Constraint

    Answered

    Hi, I came up with two different ways to model a constraint for my problem. One requires Linear Constraints type, the other requires General Constraints type. Is there performance suggestion on whi...