Lists the problems.
nprobmax = uncprb_getproblems() str = uncprb_getproblems(nprob) str = uncprb_getproblems(prbmat,verbose)
a floating point integer, the maximum problem number. Valid problem numbers are then produced by 1:nprobmax.
a matrix of floating point integers, the problem numbers
a boolean, if true then prints the problem description (default = true).
a string describing the problem
This function lists the respective information associated with the test function number in prbmat. There is a direct map from the problem name to the function name. For example, the "ROSE" problem corresponds to the "uncprb_rose" function which is in the "uncprb_rose.sci" file. The numbers in parenthesis (be it n or m) means that the files include parameters for varying the dimension of the problem. Be sure to read the paper "Algorithm 566)" so that the parameters n and m are consistent with the problem.