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

hi, i am planning to install pips on linux, when installing the package METIS, the url seemed not accessible now: http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/parmetis-4.0.3.tar.gz, and how can i download the source? the github...

Includes various extensions, including support for linking-constraints, structure exploitation in global Schur complement, distributed preconditioning, scaling, presolving... Also several bugfixes.

fixed a wrong index in model

This PR addressed: * IR for multiple RHS in Ma57 * A few integer overflows when reporting the global number of variables. I also enabled the compiler flag `-ftrapv` to...

strongly recommended. for best performance, this should be done for multiple rhs along the lines of @BarrySmith 's comment from PR #58

Could all the NLP tests in the Test directory be run with the ctest testing infrastructure? The current testing is rather thin and if I implement an interface to the...

I whant to solve some task in lp format.

garbage input point from julia (nans, denormalized numbers) creates an havoc in pips-nlp.

**Behavior** The NLP PIPS-NLP solver does not converge for some extreme-scale problems (thousands+ scenarios and million+ variables/constraints). The manifestation of this issue includes any of the following: 1. PIPS-NLP returns...

I have found and fixed two issues. The first issue is that member variable ``xDiag`` is not initialized and can potentially be undefined if ``nxlow + nxupp == 0`` (that...