Data and code supporting the article "Reflections on kernelizing and computing unrooted agreement forests" by Wersch et al.
skelk2001/kernelizing-agreement-forests
main
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- 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
These are the files accompanying the paper, "Reflections on kernelizing and computing unrooted agreement forests" by Rim van Wersch, Steven Kelk, Simone Linz, and Georgios Stamoulis. (Update 20th August 2021: following the request of a reviewer we have added an .ods version of our main experimental spreadsheet, supplementing the .xls version in the main .zip file). * The two spreadsheets contain the raw, unprocessed experimental results for the two datasets considered in the article. * The 735 (respectively, 90) tree pairs that constitute the main (respectively, large trees) dataset, can be found in the folder "maindataset" (respectively, "largetreedataset"). These files have the suffix ".tree". The two subfolders contain subtree-reduced (".sr") and fully-reduced (".newrules") variants of these trees. * The folder "dmp_sampling_bound_code" contains self-contained source code for the sampling of convex characters, yielding strong lower bounds on dMP and thus dTBR. To compile the code, you first need to run JavaCC (the Java Compiler Compiler) on the ".jj" file, and then compile the resulting ".java" files with a usual Java Compiler. To assist, we have already merged the compiled files into a ".jar" file for you. To get information on running this code, type: java -jar ./ConvexBound.jar -help * A copy of our kernelization+ILP solver Tubro is available on request. Any questions, don't hesitate to ask. Kind regards, Steven Kelk 11th December 2020
About
Data and code supporting the article "Reflections on kernelizing and computing unrooted agreement forests" by Wersch et al.