Enumerate all possible patches given a patch boundary. This is the code for my Master's thesis from 2007
bcoppens/fillpatches
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Usage: * make * ./main3 to see the possible commandline options to generate fillings of borders of patches * ./canonicalizeplanargraph outputs some kind of canonical form, given a file containing patches Test programs: * ./captest.sh Compares output of the main3 program with the 'tubetype' program for fillings of the borders (01)^k For this to work, add the 'tubetype' executable to the directory 'caps' (or edit the paths in the script) Its parameters can be configured in the form of a range of 'k' that will be tested * ./easycompare.sh Compares output of the main3 program with the 'boundary' program for fillings of all borders within a range of borderlengths and number of pentagons For this to work, add the 'boundary' and 'hydrocarbon' executables to the 'boundary' directory (or edit the paths in the script) The parameters for the range of lengths and pentagons can be configured by editing the file, just like the output that will be tested (growth pairs, isomerisation patches/pairs) Note on the test programs: The test scripts can claim the outputs are OK in case the canonicalize program is buggy
About
Enumerate all possible patches given a patch boundary. This is the code for my Master's thesis from 2007