JaffarPlus
High-performance best-first search optimizer for tool-assisted speedruns
Loading...
Searching...
No Matches
inputHistory Directory Reference
Directory dependency graph for inputHistory:

Files

 inputHistory.hpp
 Abstract interface for how a search remembers the sequence of inputs ("path") that produced each state.
 
 inputHistoryFactory.hpp
 Builds the configured InputHistory strategy from the "Store Input History" config object.
 
 inputHistoryNone.hpp
 Input-history strategy that records nothing but the step counter.
 
 inputHistoryRaw.hpp
 Input-history strategy that stores the full bit-packed input sequence in every state.
 
 inputHistoryTrie.hpp
 Input-history strategy that stores each state's path as a single node id into a shared, reference-counted prefix trie (jaffarCommon::sequenceTrie).