Premkumar Subramanian

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

Comments

Recent activity by Premkumar Subramanian Recent activity Votes
  • Thanks Riley! Indeed it seems that we have been already unknowingly taking the risk by passing the custom objects to a tuplelist.As we didn't include `gurobipy-stubs` for gurobipy 10, we never noti...

  • That can be a last resort. But I still wonder why this error is thrown in the first place. I don't want to have unexpected results from Gurobi as I suppress this error. 

  • Hi Riley, The code may even be able to run without issues, but I am blocked by this typing issue. MyPy, the type checker, doesn't see the custom Python class objects as valid ones in the list

  • Hi Matthias, The typing issue still continues even with the list as the list is expected to have `int | float | str` error: List item 0 has incompatible type "<Custom Python class>"; expected "int...