|
PIPS-NLP
|
#include <Data.h>
Public Member Functions | |
| Data () | |
| virtual | ~Data () |
| virtual double | datanorm ()=0 |
| virtual void | print ()=0 |
Stores the data of the the QP in a format appropriate for the problem structure.
| Data::Data | ( | ) |
|
virtual |
|
pure virtual |
compute the norm of the problem data
Implemented in NlpGenData.
|
pure virtual |
print the problem data
Implemented in NlpGenData.
1.8.11