#include <OSCommonUtil.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 37 of file OSCommonUtil.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 44 of file OSCommonUtil.cpp.
References OSNAN.
Referenced by IpoptProblem::eval_f(), IpoptProblem::eval_g(), KnitroProblem::evalFC(), KnitroProblem::evalGA(), IpoptProblem::get_starting_point(), KnitroProblem::loadProblemIntoKnitro(), OSInstance::processVariables(), and OSiLWriter::writeOSiL().