1
0
mirror of https://github.com/ellmau/adf-obdd.git synced 2025-12-19 09:29:36 +01:00

Add contribution information in Readme

This commit is contained in:
Stefan Ellmauthaler 2022-03-15 12:40:43 +01:00 committed by GitHub
parent 80915b1df8
commit 6fb4acd46f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,11 @@ The binary predicate ac relates each statement to one propositional formula in p
`adhoccounting` will cache the modelcount on-the-fly during the construction of the BDD `adhoccounting` will cache the modelcount on-the-fly during the construction of the BDD
# Development notes # Development notes
Here some additional information for contribution, testing, and development in general can be found.
## Contributing to the project
You want to help and contribute to the project? That is great. Please see the [contributing guidelines](https://github.com/ellmau/adf-obdd/blob/main/.github/CONTRIBUTING.md) first.
## Testing with the `res` folder:
To run all the tests placed in the submodule you need to run To run all the tests placed in the submodule you need to run
```bash ```bash
$> git submodule init $> git submodule init