#include <CommonUtil.h>
Public Member Functions | |
CommonUtil () | |
Class constructor. | |
~CommonUtil () | |
Class destructor. | |
Static Public Member Functions | |
static bool | ISOSNAN (double number) |
encode the data in base 64 |
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.
CommonUtil::CommonUtil | ( | ) |
CommonUtil::~CommonUtil | ( | ) |
bool CommonUtil::ISOSNAN | ( | double | number | ) | [static] |
encode the data in base 64
number | is a double number that is input |
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().