chiark / gitweb /
recommend building in a subdir
[nlopt.git] / octave / NLOPT_LD_SLSQP.m
1 % NLOPT_LD_SLSQP: Sequential Quadratic Programming (SQP) (local, derivative)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_LD_SLSQP
5   val = 40;