#include <NlpSimple.hh>
Inheritance diagram for NlpSimpleValues:

Public Methods | |
| NlpSimpleValues (IotrVector *c) | |
| Constructor. | |
| virtual const IotrVector & | c () const |
| virtual double | obj () |
| Return mObj. | |
| virtual void | inspect () |
| virtual void | inspectAsMatlab () |
Protected Attributes | |
| IotrVectorHandle | mC |
| Stores the current value of the constraint functions. | |
| double | mObj |
| Stores the current value of the objective function. | |
1.2.18