snopt / snopt-matlab

Matlab interface for sparse nonlinear optimizer SNOPT
MIT License
55 stars 23 forks source link

Modify snopt call without mul and state inputs. #7

Closed gnowzil closed 7 years ago

gnowzil commented 7 years ago

Accept empty vectors as mul, state inputs. In this case, default them to zero vectors inside the mex-file.

gnowzil commented 7 years ago

This feature is already supported.