Skip to content

Commit

Permalink
Added reference to the paper
Browse files Browse the repository at this point in the history
  • Loading branch information
aeporreca committed Feb 28, 2023
1 parent 55a9a4f commit 3111edf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A generator of functional digraphs up to isomorphism

Based on Antonio E. Porreca, Ekaterina Timofeeva, Polynomial-delay generation of functional digraphs up to isomorphism, arXiv:2302.13832, 2023, https://doi.org/10.48550/arXiv.2302.13832

```
usage: funkdigen.py [-h] [-c] [-t] size
Expand Down
4 changes: 4 additions & 0 deletions funkdigen.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env python3

# A generator of functional digraphs up to isomorphism. Based on
# Antonio E. Porreca, Ekaterina Timofeeva, Polynomial-delay generation
# of functional digraphs up to isomorphism, arXiv:2302.13832, 2023,
# https://doi.org/10.48550/arXiv.2302.13832

from argparse import ArgumentParser
from timeit import default_timer
Expand Down

0 comments on commit 3111edf

Please sign in to comment.