ptal / Rust.Paper

temporal concurrent constraint language
Apache License 2.0
0 stars 0 forks source link

Compact chained temporal and sequential edges. #2

Open ptal opened 9 years ago

ptal commented 9 years ago

In when {x = 0} -> next {x != z}, a sequential edge between when {x = 0} and next {x != z} is created and only have a temporal edge inside, it could be compacted.