C++ library for undetermined equation systems [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I have been looking for a library in c++ to solve an undetermined system like this q is a vector, w, x, y, z variables and a,b,c,d constants. argmin_q MAX(q) - MIN(q) s.t. q[1] = a - w - y q[2] = b - w - z q[3] = c - x - y q[4] = d - x - z It would be very useful to find a solver, algorithm, etc. I found a