https://github.com/tuprolog/2pkt-java-example
https://github.com/tuprolog/2pkt-java-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuprolog/2pkt-java-example
- Owner: tuProlog
- Created: 2021-10-21T13:29:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:37:54.000Z (over 2 years ago)
- Last Synced: 2025-12-26T18:48:21.346Z (6 months ago)
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 2P-Kt on Java example
### How to reproduce
On Windows:
```bash
.\gradlew run # optionally: -Pfile=/path/to/theory/file
```
On Linux or MacOS:
```bash
./gradlew run # optionally: -Pfile=/path/to/theory/file
```