News
Abstract Submissions for Delta Debugging
Written on 02.05.2021 22:20 by Rahul Gopinath
Dear Students,
As we mentioned during the previous week, the first seminar will be on Delta Debugging. The following publications provide the basic background.
* Simplifying and isolating failure-inducing input
Zeller, Hildebrandt
https://www.st.cs.uni-saarland.de/papers/tse2002/tse2002.pdf
* Reducing Failure-Inducing Inputs
https://www.fuzzingbook.org/html/Reducer.html
https://www.debuggingbook.org/beta/html/DeltaDebugger.html
We expect a short abstract, no more than one page, capturing the essential ideas of the delta-debugging. You can use the following latex snippet to determine what fits in a single page and what doesn't.
```
\documentclass[12pt]{article}
\usepackage[english]{babel}
\usepackage{blindtext}
\title{My Title}
\begin{document}
\section{Abstract}
\blindtext
\blindtext
\blindtext
\blindtext
\end{document}
```
Please upload your summary as a PDF to the CMS submission slot (you can use the above latex code to generate the PDF). The submission slot for delta-debugging abstracts is here: https://cms.cispa.saarland/testdebug/submissions/view/1
Please submit your abstracts before the class.
Regards,
Rahul