Malformed inputs could have duplicated transitions/edges in the LTS or PG inputs. The question is whether these should be considered errors, we fix them after reading (this can be expensive with a sort + dedup) or ensure that algorithms operating on them are robust against them. The latter choice might be valid now, but will that also hold for all future algorithms.
Malformed inputs could have duplicated transitions/edges in the LTS or PG inputs. The question is whether these should be considered errors, we fix them after reading (this can be expensive with a sort + dedup) or ensure that algorithms operating on them are robust against them. The latter choice might be valid now, but will that also hold for all future algorithms.