Created
June 15, 2016 20:48
-
-
Save pkofod/5dda61027b6829e91c40dccbe6f38f9b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using CUTEst | |
patho_problems=[ "ARGTRIGLS" | |
"BENNETT5LS" | |
"BOXBODLS" | |
"BROYDN3DLS" | |
"BROYDNBDLS" | |
"CHWIRUT1LS" | |
"CHWIRUT2LS" | |
"CKOEHELB" | |
"DANWOODLS" | |
"DECONVU0" | |
"DMN15103LS0" | |
"DMN15332LS0" | |
"DMN15333LS0" | |
"DMN37142LS0" | |
"DMN37143LS0" | |
"ECKERLE4LS" | |
"EG20-0" | |
"ENSOLS" | |
"GAUSS1LS" | |
"GAUSS2LS" | |
"HAHN1LS" | |
"HYDC20LS0" | |
"INTEQNELS" | |
"JIMACK9-0" | |
"KIRBY2LS" | |
"KOWOSBNE1" | |
"LANCZOS1LS" | |
"LANCZOS2LS" | |
"LANCZOS3LS" | |
"MGH09LS" | |
"MGH10LS" | |
"MGH17LS" | |
"MISRA1ALS" | |
"MISRA1BLS" | |
"MISRA1CLS" | |
"MISRA1DLS" | |
"NELSONLS" | |
"OSBORNEB0" | |
"PARKCH0" | |
"POWELLBSLS" | |
"RAT42LS" | |
"RAT43LS" | |
"ROSZMAN1LS" | |
"STRATEC0" | |
"THURBERLS" | |
"TOINTGOR0" | |
"TOINTPSP0" | |
"TOINTQOR0" | |
"VESUVIALS" | |
"VESUVIOLS" | |
"VESUVIOULS" | |
] | |
works = fill(true, length(patho_problems)) | |
for (i,p) in enumerate(patho_problems) | |
try | |
nlp = CUTEstModel(p) | |
cutest_finalize(nlp) | |
catch | |
works[i] = false | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment