Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduling rule executions #56

Open
andreicosta opened this issue Jun 19, 2017 · 1 comment
Open

Scheduling rule executions #56

andreicosta opened this issue Jun 19, 2017 · 1 comment

Comments

@andreicosta
Copy link
Member

Verigraph does not support programmed simulation of graph transformations. It is not possible to pre-program a sequence of rules to be applied, or even to apply rules whenever possible, over an initial state.

Since all background is available, I think we should build a module for simulation of these transformations, generic in the object to be transformed.

I think it is also important because this very interesting study on benchmarking graph transformation tools that could be executed:
http://www.cs.bme.hu/~gervarro/publication/TUB-TR-05-EE17.pdf

@andreicosta andreicosta changed the title Simulation Scheduling rule executions Jun 27, 2017
@andreicosta
Copy link
Member Author

Ideas:

In the GROOVE tool is possible to program a control of the rules application, they support commands such as: if then else, do while, repeat as long as possible, etc.

GP is a rule-based programming language over graph rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant