![]() |
JaffarPlus
High-performance best-first search optimizer for tool-assisted speedruns
|
Input-history strategy that stores the full bit-packed input sequence in every state. More...
#include "inputHistory.hpp"#include <atomic>#include <cstring>#include <jaffarCommon/bitwise.hpp>#include <jaffarCommon/exceptions.hpp>#include <jaffarCommon/logger.hpp>#include <vector>Go to the source code of this file.
Classes | |
| class | jaffarPlus::InputHistoryRaw |
| Stores the full bit-packed input sequence in every state (JaffarPlus's classic behavior): self-contained per state, but the largest per-state footprint. More... | |
Input-history strategy that stores the full bit-packed input sequence in every state.
This is JaffarPlus's classic behavior. Self-contained per state (no shared structure), but the largest per-state footprint. Selected with {"Type": "Raw", "Max Size": N}.
Definition in file inputHistoryRaw.hpp.