exanauts / BlockNLPModels.jl

MIT License
6 stars 2 forks source link

Rg/develop #1

Closed grishabh147 closed 2 years ago

sshin23 commented 2 years ago

Looks good @grishabh147, and thanks @frapac for the code review!

Just one suggestion: I think it would be better to separate the dual decomposition solver from BlockNLPModels since we want to keep BlockNLPModels minimal. Eventually, we need to store it in a separate repository, but if that's too complicated for now, then we can keep it out of the src directory. E.g., we store other source code in the example directory. In that way, we can make the BlockNLPModels' dependency minimal.