mCRL2org / mCRL2

The Git repository for the mCRL2 toolset.
https://mcrl2.org/
Boost Software License 1.0
88 stars 36 forks source link

Reallow that n parallel processes can be dealt with in the toolset. #980

Open jgroote opened 12 years ago

jgroote commented 12 years ago

Issue migrated from trac ticket # 977

component: Core: Alpha Library | priority: minor

2012-02-04 11:26:08: anonymous created the issue


By translating the alphabet reduction framework from ATerms to the new data types, the code to deal with n parallel processes has been removed. However, there are a number of examples, such as 100, 1000 or even 10000 parallel dining philosophers that essentially depended on this construct.

This feature should be restored, probably by adding special syntax to allow this.

jgroote commented 12 years ago

2012-02-21 16:08:08: @jkeiren

jgroote commented 12 years ago

2012-08-17 14:32:09: @jkeiren

jgroote commented 11 years ago

2012-11-09 11:19:26: @jgroote commented


The examples with n parallel dining philosophers are removed from the toolset. The example with 10000 processes is attached to this ticket such that it is not forgotten, and can be reallowed in due time.

jgroote commented 11 years ago

2012-11-09 11:21:30: @jgroote uploaded file dining_10000.mcrl2 (0.9 KiB)

jgroote commented 11 years ago

2013-06-06 15:48:51: @jkeiren

jgroote commented 7 years ago

2017-05-04 14:12:25: @wiegerw