jump-dev / MINLPTests.jl

Unit and Integration Tests for JuMP NLP and MINLP solvers
MIT License
12 stars 6 forks source link

WIP: major re-organization of the tests #6

Closed odow closed 5 years ago

odow commented 5 years ago

I used a script to re-write all the existing model files as functions. That means we don't have to have global optimizers floating around.

Also, instead of enumerating all the files, we just loop through every file that ends in .jl.

We have the option to include and exclude various models.

Still to do:

frapac commented 5 years ago

Nice! Would you like me to update the remaining files?

ccoffrin commented 5 years ago

Can you apply this change to master, and we can will merge into the MOI branch? Until all tests are passing on MOI we will need to keep both branches in sync.

odow commented 5 years ago

Closing this in favor of #7. We can rebase the MOI branch on master once that PR is merged.