Open-Sourcing Rebalancer: A Generic, High-Performance Library for Solving Assignment Problems
Meta open‑sourced Rebalancer, a library that lets engineers describe assignment problems (objects → bins) via a high‑level spec API, then solves them with either a MIP backend or a highly parallel local‑search engine. It handles millions of objects, solves ~40 M problems daily, and includes a debugging UI.

