Module de tests
Documentation | Intégration continue | Julia |
---|---|---|
julia> ]
pkg> add https://github.com/mathn7/TestOptinum.git
julia> using TestOptinum
sachant que la fonction Lagrangien_Augmente
est dèjà inclus
,on peut la tester avec la ligne de commande :
julia> TestOptinum.test_Lagrangien_Augmente(false,Lagrangien_Augmente)
le premier paramètre est pour l'affichage des details du test.