TLC explores the state graph in breadth-first order, storing visited states in an in-memory hash set. It scales to approximately 10⁸ states on a single machine with the default 4GB heap; beyond that, ...