JaniParser::parseFormula: Boolean connections of AtomicExpressionFormulas are now parsed as a single AtomicExpressionFormula (i.e. 'a>1 & b>2' becomes a single atomic proposition instead of having two propositions 'a>1' and 'b>2'). This reduces the number of labels that need to be considered and improves partial state space exploration for formulas such as 'P=? [F a>1 & b>2]'.
STORM_LOG_THROW(false,storm::exceptions::InvalidJaniException,"Non-trivial Expression '"<<expr<<"' contains a boolean transient variable. Can not translate to PRCTL-like formula at "<<scope.description<<".");