ajshephard
ajshephard
I will make a few more changes to this PR to address #17 . To avoid adding more options `"Print file" => nothing` can be used to completely suppress print...
The default value of printfile is `snopt-print.out` so this should not break any existing programs. If `"Print file" => nothing`, output is suppressed, if `"Print file" => ""` output is...
@martinozimek I can not reproduce this. If I run the following (based on code in `examples.jl`) ``` using Snopt function rosenbrock(g, df, dg, x, deriv) f = (1 - x[1])^2...
> AJ are you able to merge your changes into a branch we can pull? I tried to grab yours manually but maybe missed some changes resulting in the one...
I can't reproduce this issue. Can you add the following to the end of the test file, and let me know the output each time you run this? ```println(Snopt.STDOUTNUM, ",",...