tima-overlays / tima

2 stars 0 forks source link

Avoiding self loops #2

Open intigonzalez opened 8 years ago

intigonzalez commented 8 years ago

For now, we are triggering a warning if self loops exist in the protocol. This is because we are not handling them in the proper way. We can fix this problem in the following way:

For example: A - [b,t<4] -> A can be transformed to:

 A - [ b, t < 4] -> B*
 B* - [true] -> A