Given a propositional formula ψ, the model counting problem, also referred to as #SAT, seeks compute number of satisfying assignments (or models) ψ. Modern search-based algorithms are built on conflict-driven clause learning, combined with caching certain subformulas (called components) encountered during search process. Despite significant progress in these over years, state-of-the-art counter...