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

https://github.com/overturetool/prob-interpreter-integration

Overture feature that enables implicit function/operation bodies to be interpreted using the ProB model checker
https://github.com/overturetool/prob-interpreter-integration

Last synced: 2 days ago
JSON representation

Overture feature that enables implicit function/operation bodies to be interpreted using the ProB model checker

Awesome Lists containing this project

README

          

# ProB intergration of Overture
This feature is *experimental* and **not** complete. It uses the ProB model checker to do model finding while the interpreter exexutes. This enables otherwise non executable VDM bodies of Functions and Operations to be interpreted.

# Development

To fun the test in the core prob must be present in `~/.prob`

# Compilation

To compile both the core and IDE plugins use the following:

```bash
mvn clean install -PWith-IDE
```

## Repository

Once compiled the plugin can be added to overture using this repository:

```
ide/repository/target/repository/
```