Delta debugging: Difference between revisions

Content deleted Content added
Delta link broken
I am the maintainer of the delta tool which is linked to from this article. As tigris.org shut down, I had to move it to github.com, so I am updating the link in the reference list so that people can find the new repo for delta.
Line 16:
 
== Software ==
* Delta <ref>{{webarchive |title=Delta |url=[https://web.archivegithub.org/web/20200409061743/http:com/dsw/delta.tigris.org/ |date=April 9, 2020 }}</ref>] - a computer program to minimize "interesting" files subject to a test of their interestingness <ref>danielwilkerson.com</ref>
* [https://www.st.cs.uni-saarland.de/dd/DD.py DD.py] - a Python implementation of Delta Debugging; also see its [https://www.st.cs.uni-saarland.de/dd/ddusage.php3 tutorial]
* [http://www.squarefree.com/lithium/using.html Lithium] - a Python implementation of an enhanced Delta Debugging algorithm