#include "CouenneExprPow.hpp"
#include "CouenneExpression.hpp"
#include "CouenneConfig.h"
#include "CoinFinite.hpp"
#include "CoinHelperFunctions.hpp"
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 | 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
Definition at line 47 of file exprInv.cpp.