Skip to content
Snippets Groups Projects
Commit 6c92f256 authored by erwan's avatar erwan
Browse files

Add rules to generate star and hypercubes in test/Makefile.dot

parent 0f5a2b66
No related branches found
No related tags found
No related merge requests found
# Time-stamp: <modified the 18/01/2023 (at 16:52) by Erwan Jahier>
# Time-stamp: <modified the 27/02/2023 (at 14:48) by Erwan Jahier>
# Rules to generate various dot files.
# The DECO_PATTERN variable should be defined
......@@ -13,6 +13,15 @@ clique%.dot:
gg clique -n $* -o $@ $(SEED)
gg-deco $(DECO_PATTERN) $@ -o $@
hc%.dot:
gg HC -d $* -o $@ $(SEED)
gg-deco $(DECO_PATTERN) $@ -o $@
star%.dot:
gg star -n $* -o $@ $(SEED)
gg-deco $(DECO_PATTERN) $@ -o $@
er%.dot:
gg ER --connected -p 0.1 -n $* -o $@ $(SEED)
gg-deco $(DECO_PATTERN) $@ -o $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment