2#include <boost/any.hpp>
13 :
UnaryPathFormula(subformula), operatorType(operatorType), context(context) {
15 "Boolean path formula must have either path or state subformulas");
32 return visitor.
visit(*
this, data);
44 if (allowParentheses) {
47 switch (operatorType) {
48 case OperatorType::Not:
53 if (allowParentheses) {
#define STORM_LOG_THROW(cond, exception, message)