PIPS icon indicating copy to clipboard operation
PIPS copied to clipboard

Parallel solvers for optimization problems

Results 12 PIPS issues
Sort by recently updated
recently updated
newest added

When solving the following problem on Mac, PIPS-NLP returns Segfault. ```Julia using StructJuMP m = StructuredModel(num_scenarios=3) @variable(m, w[i=1:3], start = 0.0) @NLobjective(m, Min, 1.5 * sum(w[i]^2 for i=1:3)) for j...

Building PIPS-NLP does not succeed completely in my case: ``` [ 79%] Linking CXX shared library libparpipsnlp.so ../../ThirdPartyLibs/MA57/src/lib/libhsl_ma57.a: member ../../ThirdPartyLibs/MA57/src/lib/libhsl_ma57.a(libmetis.a) in archive is not an object ``` There seems to...