The NEOS Server offers LRAMBO for the solution of nonlinear optimization problems with equality and inequality constraints.
The solver requires the input of evaluation routines for the objective, an initial point, and the constraints. First and second order derivatives can be computed by automatic differentiation with ADOL-C.
How many variables are in your problem Number of dimensions:
void fcn(int ndim, double *x, double *f) Evaluate function (local file):
void constrs(int ndim, double *x, int meq, int mup, double *c)
void initpt(int ndim, double *x)
DOE disclaimer DOE Web privacy policy