2#ifndef STORMM_REDUCTION_ENUMERATORS_H
3#define STORMM_REDUCTION_ENUMERATORS_H
12enum class ReductionStage {
27enum class ReductionGoal {
38enum class RdwuPerSystem {
47enum class RdwuAbstractMap {
64std::string getEnumerationName(ReductionStage input);
65std::string getEnumerationName(ReductionGoal input);
66std::string getEnumerationName(RdwuPerSystem input);
67std::string getEnumerationName(RdwuAbstractMap input);