fix bug where starting index was set incorrectly when populating graph

This commit is contained in:
2026-02-28 22:52:05 +01:00
parent 9ab96c5903
commit 846ff72d1f
5 changed files with 30 additions and 26 deletions

View File

@ -498,7 +498,7 @@ auto puzzle::explore_state_space() const
ZoneScoped;
#endif
infoln("Exploring state space, this might take a while...");
// infoln("Exploring state space, this might take a while...");
std::vector<puzzle> state_pool;
std::unordered_map<puzzle, std::size_t> state_indices; // Helper to construct the links vector