From 7a636f66ed24075282769061ea1aa3e6d1256483 Mon Sep 17 00:00:00 2001 From: bn12 Date: Tue, 12 May 2026 15:41:22 +0200 Subject: [PATCH] Add citation section to README Added citation information for the OPL library. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 24de4d3..d63f9db 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,19 @@ It is often far easier for the creator of a problem/suite/generator, or someone - A reference to a scientific publication on the problem/suite/generator (if available) - A reference to a source code implementation of the problem/suite/generator (if available) +## How to cite + +``` +@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}, + year = {2026}, + note = {\url{https://openoptimizationorg.github.io/OPL/} (last accessed 2026-05-12)} +} +``` + + ## Contact koen.van.der.blom@cwi.nl + +