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
Currently objectives are restricted to set[int], it could be nice to change it to: int | set[int] | ValueRange | None = None for flexibility with ranges, and consistency with, e.g., variable dims.
Currently objectives are restricted to
set[int], it could be nice to change it to:int | set[int] | ValueRange | None = Nonefor flexibility with ranges, and consistency with, e.g., variable dims.