Closed mthelm85 closed 4 years ago
Thanks for contributing! It overall looks good. I would maybe add a test in test/modelling
to ensure that the tutorial is working fine with the latest version of JuMP.
I would maybe add a test in test/modelling to ensure that the tutorial is working fine with the latest version of JuMP.
Sounds good! Should I add it to test/runtests.jl
as well?
EDIT: I went ahead and added a test in test/runtests.jl
in addition to adding a file in test/modelling
.
Looks good to me!
Great! Do you need me to do anything else or is this ready to be merged?
Thanks again that's a cool demo to have here
@matbesancon @mthelm85 We should add a link to this tutorial in the README.md, no?
Yes this would be good to have in another PR
This pull request adds a new tutorial for the N-Queens feasibility problem. It includes two images, a Jupyter notebook, and a .jl file that follows the format of those in
script/modelling
.