osqp/OSQP.jl

Implement MOI.NumberOfThreads

Closed this issue · 3 comments

Implement MOI.NumberOfThreads

@blegat What exactly needs to be implemented here? OSQP is written as a single-threaded solver, so we can't use any user-settable thread settings.

odow commented

This can be closed. Supporting NumberOfThreads is optional, and only needed for solvers which support it.

Thanks. Then we don't need to support it right now.