![]() |
JaffarPlus
High-performance best-first search optimizer for tool-assisted speedruns
|
A set of input indexes gated by conditions: the inputs become available only when all of the set's conditions are satisfied. More...
#include "condition.hpp"#include "property.hpp"#include <jaffarCommon/json.hpp>#include <unordered_set>#include <vector>Go to the source code of this file.
Classes | |
| class | jaffarPlus::InputSet |
| A collection of input indexes whose availability is gated by a set of conditions. More... | |
A set of input indexes gated by conditions: the inputs become available only when all of the set's conditions are satisfied.
Definition in file inputSet.hpp.