JuliaSmoothOptimizers / AmplNLReader.jl

Julia AMPL Models Conforming to NLPModels.jl
Other
18 stars 10 forks source link

do not change sign of maximization objectives #75

Closed dpo closed 5 years ago

dpo commented 5 years ago

@PEPERSO This appears to resolve the trouble with maximization problems. You will need to rebuild AmplNLReader after this is merged. The easiest might be to

] rm AmplNLReader
] add AmplNLReader#master
] build AmplNLReader