Closed sshin23 closed 2 years ago
Now that src/DynamicNLPModels.jl is quite long, we want to refactor the source code. I suggest
src/DynamicNLPModels.jl
src/
DynamicNLPModels.jl
utils.jl
src/lq/
src/nonlinear/
For restructuring the code, take a look at other packages, like QuadraticModels.jl
QuadraticModels.jl
Now that
src/DynamicNLPModels.jl
is quite long, we want to refactor the source code. I suggestsrc/
containsDynamicNLPModels.jl
andutils.jl
, which are used accorss nonlinear and LQ models.src/lq/
contains everything related to LQ problemssrc/nonlinear/
contains everything related to nonlinear problems (it should be empty now. you can put an empty code for now and say it's TODO)For restructuring the code, take a look at other packages, like
QuadraticModels.jl