MadNLP.jl
MadNLP.jl copied to clipboard
A solver for nonlinear programming
Before this PR, all accesses to fields on `ips.nlp` were type unstable and caused allocations.
I'm a bit confused about how to interpret the result The example https://madnlp.github.io/MadNLP.jl/dev/quickstart/ contains two variables, but ``` ips.x 4-element Vector{Float64}: -0.7921232178470456 -1.2624298435831807 0.9999999900052515 0.801605892122408 ``` has length 4. What...
The construction of an `MadNLPSolver` allocates a lot of memory, and repeatedly solving similar optimization problems by defining a new `MadNLPSolver` for each problem is thus associated with a lot...
I settled the env variable pointing to the HSL source location but could not install nor build the `MadNLPHSL` extension. ```julia pkg> build MadNLPHSL Building MadNLPHSL → `C:\Users\ilyao\.julia\scratchspaces\44cfe95a-1eb2-52ea-b672-e2afdf69b78f\78742b9e9faaba0ade5617cdaca5e34f63c5fa8e\build.log` ERROR: Error...
Currently, the `solve!` function is not properly tested, and a test need to be added
This pull request changes the compat entry for the `MadNLP` package from `~0.4` to `~0.4, 0.5` for package MadNLPGraph. This keeps the compat entries for earlier versions. Note: I have...
Releases
DELETED
I get an error in the attached script because the solver is trying to perform feasibility restoration. If I change the tolerance to 1e-6, there is no error. If I...
Add docstrings