chiark / gitweb /
2177c65e1605fe2f2d478ae1e89f8d648a6c73c5
[nlopt.git] / octave / NLOPT_AUGLAG_EQ.m
1 % NLOPT_AUGLAG_EQ: Augmented Lagrangian method for equality constraints (needs sub-algorithm)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_AUGLAG_EQ
5   val = 37;