chiark / gitweb /
Merge pull request #97 from jschueller/octave-install
[nlopt.git] / octave / NLOPT_LN_AUGLAG_EQ.m
1 % NLOPT_LN_AUGLAG_EQ: Augmented Lagrangian method for equality constraints (local, no-derivative)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_LN_AUGLAG_EQ
5   val = 32;