![]() |
JaffarPlus
High-performance best-first search optimizer for tool-assisted speedruns
|
Input-history strategy that records nothing but the step counter. More...
#include "inputHistory.hpp"Go to the source code of this file.
Classes | |
| class | jaffarPlus::InputHistoryNone |
| Records nothing; smallest per-state footprint (the runner's count alone), no solution reconstruction. More... | |
Input-history strategy that records nothing but the step counter.
Smallest possible per-state footprint; solutions cannot be reconstructed. Selected with {"Type": "None"}.
Definition in file inputHistoryNone.hpp.