Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

CuterAdaptor Class Reference
[CuterSupport]

Initializes and maintains a connection to a problem that has been specified in using Cuter. More...

#include <CuterFunctional.hh>

Inheritance diagram for CuterAdaptor:

IotrRefCount List of all members.

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.


Detailed Description

Initializes and maintains a connection to a problem that has been specified in using Cuter.


Member Function Documentation

virtual void CuterAdaptor::initialize int &    inform [virtual]
 

Calls csetup_ reading from file OUTSDIF.d.

Parameters:
inform  = zero if unable to open OUTSDIF.d


The documentation for this class was generated from the following file:
Generated on Wed Aug 27 10:03:42 2003 for iotr by doxygen1.2.18