Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 30 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,38 +218,53 @@ <h3>OFL – Optimisation Feature Library</h3>
</div>

<h2>How To Cite</h2>
<p>If you use any of the libraries in your research, please use the following reference:</p>
<p>@misc{ostarl26,
title = {Optimization * Library},
author = {Koen van der Blom and Carola Doerr and Olaf Mersmann and Boris Naujoks and Elena Raponi and Diederick Vermetten and Vanessa Volz and others},
year = {2026},
note = {\url{https://github.com/OpenOptimizationOrg/Overview}}
}</p>
<p>Or cite the specific library you use:</p>
<p>
<p>If you use any of the libraries in your research, please use the following general reference, or any of the libary-specific ones:</p>
<ul>
<li>
<h3>Optimization * Library</h3>
<pre>@misc{ostarl26,
title = {Optimization * Library},
author = {Koen van der Blom and Carola Doerr and Olaf Mersmann and Boris Naujoks and
Elena Raponi and Diederick Vermetten and Vanessa Volz and others},
year = {2026},
note = {\url{https://github.com/OpenOptimizationOrg/Overview}}
}</pre>
</li>
<li>
<h3>Optimisation problem library</h3>
<pre>
@misc{opl26,
title = {{OPL} – Optimisation problem library},
author = {Koen van der Blom and Carola Doerr and Olaf Mersmann and Boris Naujoks and Elena Raponi and Diederick Vermetten and Vanessa Volz and others},
author = {Koen van der Blom and Carola Doerr and Olaf Mersmann and Boris Naujoks and
Elena Raponi and Diederick Vermetten and Vanessa Volz and others},
year = {2026},
note = {\url{https://openoptimizationorg.github.io/OPL/} (last accessed 2026-05-12)}
}
</p>
<p>
</pre>
</li>
<li>
<h3>Optimisation algorithm library</h3>
<pre>
@misc{oal26,
title = {{OAL} – Optimisation algorithm library},
author = {Koen van der Blom and Diederick Vermetten and Vanessa Volz},
year = {2026},
note = {\url{https://openoptimizationorg.github.io/OAL/}}
}
</p>
<p>
</pre>
</li>
<li>
<h3>Optimisation feature library</h3>
<pre>
@misc{ofl26,
title = {{OFL} – Optimisation feature library},
author = {Koen van der Blom},
year = {2026},
note = {\url{https://openoptimizationorg.github.io/OFL/}}
}
</p>
</pre>
</li>
</ul>

<h2>Contact</h2>
<p>If you have any questions or suggestions, please reach out via any of the listed GitHub repositories or email Koen via <a href="mailto:koen.van.der.blom@cwi.nl">koen.van.der.blom@cwi.nl</a>.</p>
Expand Down