#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 |
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
Referenced by Couenne::exprInv::impliedBound().