2#include <boost/any.hpp>
13 std::shared_ptr<Formula const>
const& rightSubformula)
16 storm::exceptions::InvalidPropertyException,
"Boolean formula must have subformulas with qualitative result.");
24 return visitor.
visit(*
this, data);
40 if (allowParentheses) {
44 switch (operatorType) {
45 case OperatorType::And:
48 case OperatorType::Or:
53 if (allowParentheses) {
#define STORM_LOG_THROW(cond, exception, message)
BinaryBooleanOperatorType