Couenne  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
CouenneExprBDiv.hpp File Reference
#include "CouenneExprOp.hpp"

Go to the source code of this file.

Classes

class  Couenne::exprLBDiv
 class to compute lower bound of a fraction based on the bounds of both numerator and denominator More...
 
class  Couenne::exprUBDiv
 class to compute upper bound of a fraction based on the bounds of both numerator and denominator More...
 

Namespaces

 Couenne
 general include file for different compilers
 

Functions

static CouNumber Couenne::safeDiv (register CouNumber a, register CouNumber b, int sign)
 division that avoids NaN's and considers a sign when returning infinity More...