#include <GenSetBox2d.h>
Inheritance diagram for OPTPP::GenSetBox2d:

Public Member Functions | |
| virtual string | classnm () |
| GenSetBox2d () | |
| GenSetBox2d (int n) | |
| void | generate (int i, double a, NEWMAT::ColumnVector &x, NEWMAT::ColumnVector &y) |
| > Stores the search direction in the vector y | |
| int | init () |
| Computes initial generating set D. | |
| int | init (NEWMAT::ColumnVector &pV) |
| int | update () |
| Updates D on each iteration. | |
| int | update (NEWMAT::ColumnVector &pV) |
| bool | prunes () |
| switch to true if implementing pruning in derived class | |
| virtual | ~GenSetBox2d () |
| Destructor. | |
|
|
|
|
|
|
|
|
Destructor.
|
|
|
Reimplemented from OPTPP::GenSetBase. |
|
||||||||||||||||||||
|
> Stores the search direction in the vector y
Implements OPTPP::GenSetBase. |
|
|
Reimplemented from OPTPP::GenSetBase. |
|
|
Computes initial generating set D.
Reimplemented from OPTPP::GenSetBase. |
|
|
switch to true if implementing pruning in derived class
Reimplemented from OPTPP::GenSetBase. |
|
|
Reimplemented from OPTPP::GenSetBase. |
|
|
Updates D on each iteration.
Reimplemented from OPTPP::GenSetBase. |