We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec1775f + a349fa6 commit da114a1Copy full SHA for da114a1
src/octave/README.octave
@@ -57,10 +57,12 @@ the working directory of octave):
57
58
>> [f,g] = cutest_obj(prob.x);
59
60
+Since for all problems the name of the mex file is mcutest you have to clear
61
+the variable mcutest before you setup a new problem. This is necessary in Octave.
62
63
If the above does not work as expected for you, please e-mail
64
romana.jezek@univie.ac.at with a description of the commands you run, the
-results you get and error messages, if any.
65
+results you get and error messages, if any.
66
67
68
Decoding a problem from inside Octave
0 commit comments