Skip to content

Commit

Permalink
train line details 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jchilds0 committed Jul 17, 2023
1 parent 16eae5a commit 10a8eac
Show file tree
Hide file tree
Showing 13 changed files with 18,307 additions and 96,591 deletions.
26,048 changes: 1,333 additions & 24,715 deletions dev/symplectic_basis/CuspedCensusData/link-0.tri

Large diffs are not rendered by default.

25,656 changes: 1,479 additions & 24,177 deletions dev/symplectic_basis/CuspedCensusData/link-1.tri

Large diffs are not rendered by default.

23,830 changes: 903 additions & 22,927 deletions dev/symplectic_basis/CuspedCensusData/link-2.tri

Large diffs are not rendered by default.

25,652 changes: 1,237 additions & 24,415 deletions dev/symplectic_basis/CuspedCensusData/link-3.tri

Large diffs are not rendered by default.

795 changes: 795 additions & 0 deletions dev/symplectic_basis/CuspedCensusData/link-4.tri

Large diffs are not rendered by default.

2,553 changes: 2,553 additions & 0 deletions dev/symplectic_basis/CuspedCensusData/link-5.tri

Large diffs are not rendered by default.

2,280 changes: 2,280 additions & 0 deletions dev/symplectic_basis/CuspedCensusData/link-6.tri

Large diffs are not rendered by default.

2,437 changes: 2,437 additions & 0 deletions dev/symplectic_basis/CuspedCensusData/link-7.tri

Large diffs are not rendered by default.

2,497 changes: 2,497 additions & 0 deletions dev/symplectic_basis/CuspedCensusData/link-8.tri

Large diffs are not rendered by default.

2,455 changes: 2,455 additions & 0 deletions dev/symplectic_basis/CuspedCensusData/link-9.tri

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/symplectic_basis/symplectic_basis_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ int main(void) {
int i, **eqns, num_rows, num_cols;
Triangulation *theTriangulation;

int fromFile = 0;
int fromFile = 2;

int count = 7;
int count = 1;
int numTet[] = {6, 7, 7, 7, 7, 7};
int index[] = {785, 2208, 2652, 2942, 3140, 3507};
int index[] = {776, 2208, 2652, 2942, 3140, 3507};

char *error[] = {"CuspedCensusData/1.tri",
"CuspedCensusData/4.tri",
Expand Down
2 changes: 1 addition & 1 deletion dev/symplectic_basis/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def test_link_complements(self):
# test_link_complements_pool(12, 50)
# unittest.main()
for i in range(10):
L = spherogram.random_link(1000, num_components=random.randint(20, 40), alternating=True)
L = spherogram.random_link(100, num_components=random.randint(3, 10), alternating=True)
M = spherogram.Link.exterior(L)
print(M.num_cusps())
M.save("CuspedCensusData/link-" + str(i) + ".tri")
687 changes: 334 additions & 353 deletions kernel/kernel_code/symplectic_basis.c

Large diffs are not rendered by default.

0 comments on commit 10a8eac

Please sign in to comment.