Omu_OptVarVec Class Reference
#include <Prg_SFunctionOpt.h>
[legend]
[legend]
List of all members.
Detailed Description
Extend
Omu_VariableVec with attributes for optimization criterion.
|
Public Member Functions |
|
| Omu_OptVarVec () |
| | allocate empty vectors
|
|
virtual | ~Omu_OptVarVec () |
| | destroy vectors
|
|
virtual void | resize (int n) |
| | resize and initialize vectors
|
Public Attributes |
|
VECP | weight1 |
| | weight for linear objective term (default: 0.0)
|
|
VECP | weight2 |
| | weight for quadratic objective term (default: 0.0)
|
|
VECP | ref |
| | reference value for quadratic term (default: 0.0)
|
|
IVECP | active |
| | indicate used variables (default: 0 -- not used)
|
The documentation for this class was generated from the following file: