Skip to content

Commit

Permalink
commented out orbit gen
Browse files Browse the repository at this point in the history
  • Loading branch information
SHoltzen committed Feb 26, 2019
1 parent f6a1d1c commit 1ec2495
Show file tree
Hide file tree
Showing 6 changed files with 1,402 additions and 1,266 deletions.
1 change: 1 addition & 0 deletions .#my_bliss.pyx
15 changes: 15 additions & 0 deletions benchmarks.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
from my_graphs import *
import cProfile, pstats, StringIO
from collections import deque
import my_bliss
import timeit


G = graphs.CycleGraph(500)

def my_fun():
my_bliss.canonical_form(G, certificate=True, return_graph=False)


if __name__ == "__main__":
print timeit.timeit(stmt="my_fun()", setup="from __main__ import my_fun", number=100)
1 change: 0 additions & 1 deletion my_bliss.c

This file was deleted.

Loading

0 comments on commit 1ec2495

Please sign in to comment.