JuliaSmoothOptimizers / PartiallySeparableSolvers.jl

Trust-region methods with partitioned quasi-Newton approximations
Other
8 stars 1 forks source link

Upgrade partitioned solvers #27

Closed paraynaud closed 2 years ago

paraynaud commented 2 years ago

Change:

It will not compile until PartiallySeparableNLPModels is set to 0.1.1.

dpo commented 2 years ago

Don't you use MTK anymore?

paraynaud commented 2 years ago

Don't you use MTK anymore?

I use it in ExpressionTreeForge.jl, now PartiallySeparableNLPModels.jl and PartiallySeparableSolvers.jl don't require it anymore. The same goes for JuMP and MathOptInterface.