Skip to content

Commit 6ccd0ac

Browse files
committed
Merge branch 'main' into feat/ga_checks
2 parents 754a496 + 6da8f97 commit 6ccd0ac

10 files changed

Lines changed: 1106 additions & 253 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
Collection of optimisation problems and benchmark suites with information about high level properties like the type of decision variables, number of objectives, and the presence of constraints. Where available references to papers describing the problem and implementations are included.
33

44
## Contributing
5-
Contributions and corrections are very welcome, through pull requests, issue reporting, or email.
5+
Contributions and corrections are very welcome, through pull requests, issue reporting, or email.
6+
7+
If you want to provide a problem/suite/generator, you can also do so via this [form](https://docs.google.com/forms/d/e/1FAIpQLSehQp24AuFAH2j9jizDhq8K_BYgNGMKXWTMu6s-2RwEJrK59Q/viewform?usp=sharing&ouid=107462254722022409950).
68

79
### Details to provide
810
It is often far easier for the creator of a problem/suite/generator, or someone working with it, to provide details about it than for someone new to it. Currently, the following specific details are being collected:

docs/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
<h2>OPL &ndash; Optimisation problem library</h2>
2323

2424
<p>
25-
Submit problems and corrections on <a target="_blank" href="https://github.com/OpenOptimizationOrg/OPL/">GitHub</a> with pull requests / issues, or by email: <a href="mailto:koen.van.der.blom@cwi.nl" itemprop="email">koen.van.der.blom@cwi.nl</a>
25+
Submit problems and corrections on <a target="_blank" href="https://github.com/OpenOptimizationOrg/OPL/">GitHub</a> with pull requests / issues, through the <a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSehQp24AuFAH2j9jizDhq8K_BYgNGMKXWTMu6s-2RwEJrK59Q/viewform">Google form</a>, or by email: <a href="mailto:koen.van.der.blom@cwi.nl" itemprop="email">koen.van.der.blom@cwi.nl</a>
2626
</p>

docs/index.html

Lines changed: 298 additions & 103 deletions
Large diffs are not rendered by default.

docs/javascript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<script>
44
new DataTable('#problems', {
55
layout: {
6-
topStart: null,
6+
topStart: 'search',
77
topEnd: null,
88
bottomStart: 'info',
99
bottom: 'paging',

docs/problems.html

Lines changed: 296 additions & 101 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)