Replies: 3 comments 2 replies
-
For subset of LP, there is a nice benchmark set of challenging problems: https://coap.math.ufl.edu/coap-test-problems/ |
Beta Was this translation helpful? Give feedback.
-
Yes, PR for new test sets are welcome 👍 |
Beta Was this translation helpful? Give feedback.
-
The benchmark now has a clear process to integrate new test sets. Each test set comes in its own directory, where it only needs to have a main Python script that we can call as follows:
See for instance how this is done in the github_ffa/ or maros_meszaros/ directories. With this design, test sets can live in their own repositories, i.e. there is no need to merge results back into the qpsolvers_benchmark repository. For example, there could be a "linear model predictive control" test set living in its own repository, which would be interesting for all practitioners of this particular application of quadratic programming. And of course if the scope of a new test set is quadratic programming in general new test sets are welcome in this repository too 👍 |
Beta Was this translation helpful? Give feedback.
-
Currently, there is (well-known) Maros-Meszaros test set.
Does it make sense to add some other established test set? If so, which one?
Beta Was this translation helpful? Give feedback.
All reactions