8

Is there an open-source, thread-safe implementation of convex optimization solvers in C/C++?

Some libraries such as NLopt, Ipopt, OPT++ don't meet my requirements.

OPT++ and Ipopt aren't thread-safe, and NLopt doesn't seem to have a specific/efficient way to solve convex programming problems with equality/inequality constraints.

Tianyang Li
  • 293
  • 2
  • 8

1 Answers1

5

After I contacted OBOE's developers, they said it's thread-safe.

Tianyang Li
  • 293
  • 2
  • 8