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

Boolean comparisons between game properties (or immediate values) used by rules and input sets to decide when they apply. More...

#include "property.hpp"
#include <jaffarCommon/bitwise.hpp>

Go to the source code of this file.

Classes

class  jaffarPlus::Condition
 Abstract base for a single boolean comparison. More...
 
class  jaffarPlus::_vCondition< T >
 Concrete, type-specialized condition over operands of type T. More...
 

Detailed Description

Boolean comparisons between game properties (or immediate values) used by rules and input sets to decide when they apply.

Definition in file condition.hpp.