blob: 2425ab91ce2f76c7958bb69c0bac695f25789714 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Neural Network Equivalence (NNEQ)
Requires my [fork of Inpla](https://github.com/eric-marin/inpla).
- Clone the fork
- **make** the executable
- Copy the **inpla** executable in NNEQ/
## License
This project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE](LICENSE) file for details.
|