QuadProgpp icon indicating copy to clipboard operation
QuadProgpp copied to clipboard

is this library supports multithreading?

Open sizsJEon opened this issue 2 years ago • 0 comments

I'm trying to solve multiple qp problems at same time (using openmp and quadprogpp),

when trying to solve 4 qp problems at same time, one (first initiailized) problem solves perfectly, but other's are not

  • fval is 0(solve_quadprog's return value)
  • fval is exploding

(sometimes it solve two qp. but no more)

so My question is, quadprog is not support multithread?

sizsJEon avatar May 11 '23 11:05 sizsJEon