#include "OSConfig.h"
#include "OSParameters.h"
#include <sstream>
Include dependency graph for OSParameters.cpp:
Go to the source code of this file.
Functions | |
bool | OSIsnan (double x) |
checks whether a given double is NaN | |
double | OSNaN () |
returns the value for NaN used in OS | |
std::string | OSgetVersionInfo () |
Definition in file OSParameters.cpp.
bool OSIsnan | ( | double | x | ) |
checks whether a given double is NaN
Definition at line 51 of file OSParameters.cpp.
Referenced by isEqual(), os_dtoa_format(), and OSoLWriter::writeOSoL().
double OSNaN | ( | ) |
returns the value for NaN used in OS
Definition at line 60 of file OSParameters.cpp.
References OSNAN.
Referenced by OSResult::getDualValue(), OSOption::getInitConValuesDense(), OSOption::getInitObjLowerBoundsDense(), OSOption::getInitObjUpperBoundsDense(), OSOption::getInitObjValuesDense(), OSOption::getInitVarValuesDense(), OSOption::getIntegerVariableBranchingWeightsDense(), getObjVal(), OSResult::getObjValue(), OSResult::getTimingInfoValue(), OSResult::getVarValue(), ServiceResult::setRandom(), and OSiLWriter::writeOSiL().
std::string OSgetVersionInfo | ( | ) |
Definition at line 71 of file OSParameters.cpp.
References OS_VERSION.
Referenced by interactiveShell(), main(), LindoSolver::optimize(), CouenneSolver::writeResult(), CoinSolver::writeResult(), and BonminSolver::writeResult().