You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*! Design Spaces as defined in the literature. */
enum DesignSpace { Unknown /*!< Use this to neglect design spaces completely or if the design space is really not categorisable. */, FindingConcurrency, AlgorithmStructure, SupportingStructure, ImplementationMechanism };