An open API service indexing awesome lists of open source software.

https://github.com/david-wobrock/runway-model-dining-philosophers

The dining philosophers problem model in Runway
https://github.com/david-wobrock/runway-model-dining-philosophers

dining-philosophers runway

Last synced: about 1 month ago
JSON representation

The dining philosophers problem model in Runway

Awesome Lists containing this project

README

          

# The dining philosophers problem model for Runway

[![screenshot](screenshot.png)](https://runway.systems/?model=github.com/David-Wobrock/runway-model-dining-philosophers)

[try this model in Runway](https://runway.systems/?model=github.com/David-Wobrock/runway-model-dining-philosophers)

This is a model of [the dining philosophers problem](https://en.wikipedia.org/wiki/Dining_philosophers_problem) for
[Runway](https://github.com/salesforce/runway-browser). It includes a
`.model` file describing the state and how it changes, as well as a `.js` file
which can be used with
[runway-browser](https://github.com/salesforce/runway-browser) to produce an
visualization.

## Dining philosopher

To solve this classical problem, I have opted for symmetry breaking.

## Made by

David Wobrock, for DD2443 Parallel and Distributed Computing at KTH.