Delta debugging: Difference between revisions

Content deleted Content added
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.
Somehow I omitted the name of the program when providing the link, so I am putting it in.
Line 16:
 
== Software ==
* [https://github.com/dsw/delta delta] - 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