Delta debugging: Difference between revisions

Content deleted Content added
m remove links to deleted portals
Delta link broken
Line 16:
 
== Software ==
* [Delta <ref>{{webarchive |title=Delta |url=https://web.archive.org/web/20200409061743/http://delta.tigris.org/ Delta]|date=April 9, 2020 }}</ref> - a computer program to minimize "interesting" files subject to a test of their interestingness
* [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