#include "exprPow.hpp"
#include "CoinHelperFunctions.hpp"
Include dependency graph for impliedBounds-exprPow.cpp:
Go to the source code of this file.
Functions | |
void | invPowImplBounds (int, int, CouNumber *, CouNumber *, CouNumber, bool &, bool &) |
set implied bounds for function w = x^k, k negative, integer or inverse integer, and odd |
set implied bounds for function w = x^k, k negative, integer or inverse integer, and odd
Definition at line 42 of file exprInv.cpp.
References COUENNE_EPS, COUENNE_INFINITY, and updateBound().
Referenced by exprInv::impliedBound(), and exprPow::impliedBound().