chiark / gitweb /
e327ddb93fb4017bb85411e27aa674ec3401b25c
[nlopt.git] / octave / NLOPT_LD_AUGLAG_EQ.m
1 % NLOPT_LD_AUGLAG_EQ: Augmented Lagrangian method for equality constraints (local, derivative)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_LD_AUGLAG_EQ
5   val = 33;