#include <legion.h>
Public Member Functions | |
PredicateLauncher (bool and_op=true) | |
void | add_predicate (const Predicate &pred) |
Public Attributes | |
bool | and_op |
std::vector< Predicate > | predicates |
std::string | provenance |
Predicate launchers are used for merging several predicates into a new predicate either by an 'AND' or an 'OR' operation.