JaffarPlus
High-performance best-first search optimizer for tool-assisted speedruns
Loading...
Searching...
No Matches
inputHistoryNone.hpp File Reference

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...
 

Detailed Description

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.