You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x = gppd.add_vars(model, df, lb="lb", ub="ub", vtype="notmytype")
whether or not "notmytype" exists as a column, this creates semi-integer variables because gurobipy is very permissive and just takes the first letter of the string ...
Here's one that's a bit more problematic:
whether or not "notmytype" exists as a column, this creates semi-integer variables because gurobipy is very permissive and just takes the first letter of the string ...
Originally posted by @simonbowly in #91 (comment)
The text was updated successfully, but these errors were encountered: