Tianyu Mao

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

Posts

Recent activity by Tianyu Mao Recent activity Votes
  • Why is the solution for binary variables 0.999999?

    Answered

    Hello In my program, I have set a set of binary decision variables, with code  Zeta = md.addVars(V, vtype=GRB.BINARY, name='Zeta[i]') During the process of adjusting the constraints, I found that...