Functions
impliedBounds-exprPow.cpp File Reference
#include "CouenneExprPow.hpp"
#include "CouenneExpression.hpp"
#include "CouenneConfig.h"
#include "CoinFinite.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 &, enum expression::auxSign)
 set implied bounds for function w = x^k, k negative, integer or inverse integer, and odd More...
 

Function Documentation

void invPowImplBounds ( int  wind,
int  index,
CouNumber l,
CouNumber u,
CouNumber  k,
bool &  resL,
bool &  resU,
enum expression::auxSign  sign 
)

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 47 of file exprInv.cpp.