1#ifndef PROBFD_PLUGINS_NAMING_CONVENTION_H
2#define PROBFD_PLUGINS_NAMING_CONVENTION_H
8template <
bool Bisimulation,
bool Fret>
9std::string add_wrapper_algo_suffix(
const std::string& str)
11 if constexpr (!Bisimulation) {
12 if constexpr (!Fret) {
18 if constexpr (!Fret) {
19 return str +
"_bisim";
21 return str +
"_bisim_fret";
26template <
bool Bisimulation,
bool Fret>
27std::string add_mdp_type_to_option(
const std::string& str)
29 if constexpr (!Bisimulation) {
30 if constexpr (!Fret) {
36 if constexpr (!Fret) {
44template <
bool Bisimulation,
bool Fret>
45std::string add_mdp_type_to_category(
const std::string& str)
47 if constexpr (!Bisimulation) {
48 if constexpr (!Fret) {
54 if constexpr (!Fret) {