#include "exprInv.hpp"
#include "exprClone.hpp"
#include "exprMul.hpp"
#include "CouenneProblem.hpp"
Include dependency graph for exprInv.cpp:
Go to the source code of this file.
Functions | |
void | invPowImplBounds (int wind, int index, CouNumber *l, CouNumber *u, CouNumber k, bool &resL, bool &resU) |
set implied bounds for function w = x^k, k negative, integer or inverse integer, and odd |
void invPowImplBounds | ( | int | wind, | |
int | index, | |||
CouNumber * | l, | |||
CouNumber * | u, | |||
CouNumber | k, | |||
bool & | resL, | |||
bool & | resU | |||
) |
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 exprPow::impliedBound(), and exprInv::impliedBound().