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

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

Detailed Description

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.