Optimal bundle disablelist to maximize disabled characters
Mudae lets you disable entire bundles of characters at once with $disable. The challenge is choosing which bundles to disable: each bundle can contain characters from multiple pools, bundles overlap with each other, and each pool has a limit on how many characters can be disabled. The calculator's job is to pick the set of bundles that disables the most characters overall while respecting your pool limits and slots.
Fast search (default): A quick heuristic that picks bundles one at a time, always grabbing the next one that disables the most new characters. It runs quickly and usually finds a good result, but it can't look ahead or account for overlap between bundles, so it may miss a better combination.
Advanced search (checkbox): A full optimization that considers every bundle at the same time and tries to find the best possible combination for your slots and pool limits. It's slower, and because the search has a time limit (up to a minute) it may not always find the absolute best solution or finish proving its result is the absolute best — but it always returns at least as good a result as the fast search.