#include <Nlp.hh>
Inheritance diagram for NlpLocalModel:

Public Methods | |
| virtual void | updateValues (NlpValues &values)=0 |
| Compute the values of the objective and constraint function. | |
| virtual void | updateGrads (NlpGrads &grads)=0 |
| Compute the values of the objective gradient and constraint Jacobian. | |
| virtual void | updateHessian (NlpHessian &hessian)=0 |
| Compute the hessian of the Lagrangian. | |
1.2.18