CommonUtil Class Reference

common utilities for OS classes. More...

#include <CommonUtil.h>

List of all members.

Public Member Functions

 CommonUtil ()
 Class constructor.
 ~CommonUtil ()
 Class destructor.

Static Public Member Functions

static bool ISOSNAN (double number)
 encode the data in base 64


Detailed Description

common utilities for OS classes.

Author:
Robert Fourer, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
The CommonUtil class contains methods for performing common operations used by many classes in the Optimization Services (OS) framework.

Definition at line 36 of file CommonUtil.h.


Constructor & Destructor Documentation

CommonUtil::CommonUtil (  ) 

Class constructor.

Definition at line 23 of file CommonUtil.cpp.

CommonUtil::~CommonUtil (  ) 

Class destructor.

Definition at line 26 of file CommonUtil.cpp.


Member Function Documentation

bool CommonUtil::ISOSNAN ( double  number  )  [static]

encode the data in base 64

Parameters:
number is a double number that is input
Returns:
true if the number is an OS NAN.

Definition at line 33 of file CommonUtil.cpp.

References OSNAN.

Referenced by IpoptSolver::eval_f(), IpoptSolver::eval_g(), KnitroSolver::evalFC(), KnitroSolver::evalGA(), OSInstance::processVariables(), and OSiLWriter::writeOSiL().


The documentation for this class was generated from the following files:
Generated on Thu May 15 22:15:32 2008 by  doxygen 1.4.7