chiark / gitweb /
recommend building in a subdir
[nlopt.git] / src / octave / NLOPT_LD_AUGLAG.m
1 % NLOPT_LD_AUGLAG: Augmented Lagrangian method (local, derivative)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_LD_AUGLAG
5   val = 31;