chiark / gitweb /
recommend building in a subdir
[nlopt.git] / src / octave / NLOPT_AUGLAG.m
1 % NLOPT_AUGLAG: Augmented Lagrangian method (needs sub-algorithm)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_AUGLAG
5   val = 36;