Wiktor Wisniewski

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

Posts

Recent activity by Wiktor Wisniewski Recent activity Votes
  • Bitwise operator Python vs Julia

    Answered

    I have a working model in python. mdl = Model('myModel')mdl.setParam('MIPGap', 0.000001)mdl.setParam('TimeLimit', 10) x = mdl.addVars(A, vtype=GRB.BINARY)u = mdl.addVars(N, vtype=GRB.CONTINUOUS) md...