#include "OSConfig.h"
Include dependency graph for OSParameters.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | OS_E_VALUE exp(1.0) |
#define | OS_PI_VALUE 2*asin(1.0) |
#define | OS_SCHEMA_VERSION "2.0" |
#define | OS_NEAR_EQUAL 1e-2 |
we use OS_NEAR_EQUAL in unitTest to see if we are close to the optimal obj value | |
#define | OS_EPS 1e-12 |
#define | OSNAN nanKludge() |
#define | OSDBL_MAX 1e30 |
#define | OSINT_MAX 2147483647 |
#define | XSLT_LOCATION OSSRCDIR; |
Functions | |
double | nanKludge () |
#define OS_E_VALUE exp(1.0) |
Definition at line 88 of file OSParameters.h.
Referenced by OSnLNodeE::calculateFunction(), and OSnLNodeE::constructADTape().
#define OS_PI_VALUE 2*asin(1.0) |
Definition at line 89 of file OSParameters.h.
Referenced by OSnLNodePI::calculateFunction(), and OSnLNodePI::constructADTape().
#define OS_SCHEMA_VERSION "2.0" |
Definition at line 91 of file OSParameters.h.
Referenced by solve(), OSiLWriter::writeOSiL(), OSoLWriter::writeOSoL(), and OSrLWriter::writeOSrL().
#define OS_NEAR_EQUAL 1e-2 |
we use OS_NEAR_EQUAL in unitTest to see if we are close to the optimal obj value
Definition at line 97 of file OSParameters.h.
Referenced by CheckFunctionValues(), CheckGradientValues(), and main().
#define OS_EPS 1e-12 |
#define OSNAN nanKludge() |
Definition at line 116 of file OSParameters.h.
Referenced by OSOption::getInitConValuesDense(), OSOption::getInitObjLowerBoundsDense(), OSOption::getInitObjUpperBoundsDense(), OSOption::getInitObjValuesDense(), OSOption::getInitVarValuesDense(), OSOption::getIntegerVariableBranchingWeightsDense(), getObjVal(), main(), and OSiLWriter::writeOSiL().
#define OSDBL_MAX 1e30 |
Definition at line 129 of file OSParameters.h.
Referenced by CouenneSolver::buildSolverInstance(), OSnl2osil::createOSInstance(), IpoptProblem::get_starting_point(), BonminProblem::get_starting_point(), KnitroProblem::loadProblemIntoKnitro(), main(), mexFunction(), OSInstance::printModel(), OSInstance::processConstraints(), CoinSolver::setSolverOptions(), and OSiLWriter::writeOSiL().
#define OSINT_MAX 2147483647 |
Definition at line 136 of file OSParameters.h.
#define XSLT_LOCATION OSSRCDIR; |
Definition at line 140 of file OSParameters.h.
double nanKludge | ( | ) | [inline] |
Definition at line 101 of file OSParameters.h.