#include <CuterFunctional.hh>
Inheritance diagram for CuterAdaptor:

Public Methods | |
| virtual void | initialize (int &inform) |
| Calls csetup_ reading from file OUTSDIF.d. | |
| virtual void | getBounds (IotrVector &xlow, IotrVector &xupp, IotrVector &clow, IotrVector &cupp) |
| Copies member bounds into xlow, xupp, clow, cupp. | |
Public Attributes | |
| int | mMc |
| mMc = number of constraints. | |
| int | mNx |
| mNx = number of variables. | |
| int | mMmax |
| mMmax = max number of constraints. | |
| int | mNmax |
| mNmax = max number of variables. | |
| SimpleVectorHandle | mX |
| mX is an array holding initial value | |
| SimpleVectorHandle | mYz |
| mYz | |
| double * | mXlow |
| mXlow is the lower bound on x. | |
| double * | mXupp |
| mXupp is the upper bound on x. | |
| int * | mEquatn |
| mEquatn and mLinear are logical arrays used in csetup. | |
| int * | mLinear |
| mEquatn and mLinear are logical arrays used in csetup. | |
| double * | mClow |
| mClow is an array holding lower bounds on general constraints. | |
| double * | mCupp |
| mCupp is an array holding upper bounds on general constraints. | |
|
|
Calls csetup_ reading from file OUTSDIF.d.
|
1.2.18