-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Etiennne tremblay patch 1 #249
Etiennne tremblay patch 1 #249
Conversation
Merci @EtiennneTremblay pour la pull request (#114)! Est-ce que tu peux separer le code en 2 fichiers:
Dans le fichier hs211.jl du dossier PureJuMP, tu peux ajouter la documentation suivante au debut du fichier:
Enfin, il y a un troisieme fichier
|
@@ -0,0 +1,13 @@ | |||
# Modèle JuMP | |||
f_211 = Model(Ipopt.Optimizer) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f_211 = Model(Ipopt.Optimizer) | |
f_211 = Model() |
JuMP.optimize!(f_211) | ||
JuMP.solution_summary(f_211) | ||
@show JuMP.value(x1) | ||
@show JuMP.value(x2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JuMP.optimize!(f_211) | |
JuMP.solution_summary(f_211) | |
@show JuMP.value(x1) | |
@show JuMP.value(x2) |
superseded by #346 |
Adding the Jump Model and ADNLP Model for function 211 for MTH8408 at Polytechnique Montréal.