Skip to content

Instantly share code, notes, and snippets.

@taketo1024
Created May 27, 2021 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taketo1024/e499a7196cfce9edd88002337ba0bd4b to your computer and use it in GitHub Desktop.
Save taketo1024/e499a7196cfce9edd88002337ba0bd4b to your computer and use it in GitHub Desktop.
import SwmCore
import SwmKnots
import SwmKhovanov
typealias R = Int
// typealias R = RationalNumber
let K = Link.load("3_1")!
let Kh = KhovanovHomology<R>(K)
print(K)
Kh.printTable()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment