https://github.com/nwtgck/nauty-dockerfile
Docker image for nauty and Traces
https://github.com/nwtgck/nauty-dockerfile
docker docker-image nauty nauty-traces
Last synced: about 2 months ago
JSON representation
Docker image for nauty and Traces
- Host: GitHub
- URL: https://github.com/nwtgck/nauty-dockerfile
- Owner: nwtgck
- License: mit
- Created: 2018-08-05T15:09:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T04:39:15.000Z (over 4 years ago)
- Last Synced: 2025-02-06T13:30:30.434Z (over 1 year ago)
- Topics: docker, docker-image, nauty, nauty-traces
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-nauty
[](https://circleci.com/gh/nwtgck/nauty-dockerfile) [](https://hub.docker.com/r/nwtgck/nauty/) [](https://microbadger.com/images/nwtgck/nauty "Get your own image badge on microbadger.com")
Docker image for [nauty and Traces](http://pallini.di.uniroma1.it/)
## Usage
```bash
docker run -it nwtgck/nauty
(in container)# geng 6 -d2 -D4 | showg
```
`geng 6 -d2 -D4` means all graphs which have 6 vertices and the degrees should be in [2, 4].