/// Returns the meta information for this summand group required to perform the relational product.
/// Performs reachability analysis using the given initial state and transitions from the symbolic LTS.
pub fn reachability<L: SymbolicLTS>(storage: &mut Storage, lts: &mut L, timing: &Timing) -> Result<Ldd, MercError> {