GregorCH / ipet

Interactive Performance Evaluation Tools for Optimization Software
MIT License
26 stars 6 forks source link

added MINLPLib2 and its subsets of (non)convex problems as test sets #69

Closed jakobwitzig closed 6 years ago

GregorCH commented 6 years ago

Obviously, the test set MINLPLIB2 is a disjoint union of the convex and the nonconvex part. I suggest to list only the convex and nonconvex parts explicitly, and then add another item MINLPLIB2 that combines the two.

For an example, see how the test set MMM is composed.

jakobwitzig commented 6 years ago

Obviously, ...

No, this neither obvious nor correct. There are instances, e.g., arki0018, for which it is only known that the objective curvature is nonconcave whereas the constraint curvature is linear. So it is neither nonconvex nor proven to be convex.

GregorCH commented 6 years ago

Then, it may as well stay as it is.