Introduction to Optimization |
PROC OPTMODEL
PROC OPTMODEL provides a language for concisely modeling
nonlinear programming (NLP) problems. The language allows a model to be
expressed in a form that matches the mathematical formulation. Within
OPTMODEL you can declare a model, pass it directly to various solvers, and review the solver result. For more details, refer to Chapter 6, "The OPTMODEL Procedure."
You can solve the following types of nonlinear programming problems using PROC OPTMODEL:
- Nonlinear objective function, linear constraints: Invoke the constrained nonlinear programming (NLPC) solver. For more details about the NLPC solver, refer to Chapter 10, "The NLPC Nonlinear Optimization Solver."
- Nonlinear objective function, nonlinear constraints: Invoke the sequential programming (SQP) or interior point nonlinear programming (IPNLP) solver. For more details about the SQP solver, refer to Chapter 13, "The Sequential Quadratic Programming Solver." For more details about the IPNLP solver, refer to Chapter 7, "The Interior Point Nonlinear Programming Solver."
- Nonlinear objective function, no constraints: Invoke the unconstrained nonlinear programming (NLPU) solver. For more details about the NLPU solver, refer to Chapter 11, "The Unconstrained Nonlinear Programming Solver."
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.