-
Notifications
You must be signed in to change notification settings - Fork 0
Compute the combinatorics in my paper
License
zhuyizheng/higher-sharp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# higher-sharp Compute the combinatorics in my paper compiles with gcc 4.8.4 with c++11 option, e.g. run these commands ************************************************************** git clone https://github.com/zhuyizheng/higher-sharp/ cd higher-sharp/ g++ -std=c++11 -O2 main.cpp -o highersharp ./highersharp ************************************************************** There is a tiny bug with inputting a level-2 or level-3 tree. If the domain has ((0)),((0,0)),((0,1)),((0,0,0)),((1)),((0,1),(0)) the program automatically renames them to ((3)),((1)),((2)),((0)),((4)),((2),(0)). As far as isomorphism type concerned, I don't care.
About
Compute the combinatorics in my paper
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published