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, we always use a greedy algorithm. Would be better if we opt for an optimal algorithm (just iterate all the subsets), and then resort to the greedy algorithm if the number of functions is larger.