Skip to content

zhuyizheng/higher-sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages