exprUBMul Class Reference

class to compute upper bound of a product based on the bounds of both factors More...

#include <exprBMul.hpp>

Inheritance diagram for exprUBMul:

Inheritance graph
[legend]
Collaboration diagram for exprUBMul:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 exprUBMul (expression **al, int n)
 Constructors, destructor.
expressionclone (Domain *d=NULL) const
 cloning method
CouNumber operator() ()
 function for the evaluation of the expression
enum pos printPos () const
 print position (PRE, INSIDE, POST)
std::string printOp () const
 print operator

Detailed Description

class to compute upper bound of a product based on the bounds of both factors

Definition at line 89 of file exprBMul.hpp.


Constructor & Destructor Documentation

exprUBMul::exprUBMul ( expression **  al,
int  n 
) [inline]

Constructors, destructor.

Definition at line 94 of file exprBMul.hpp.

Referenced by clone().


Member Function Documentation

expression* exprUBMul::clone ( Domain d = NULL  )  const [inline, virtual]

cloning method

Reimplemented from expression.

Definition at line 98 of file exprBMul.hpp.

References exprOp::clonearglist(), exprUBMul(), and exprOp::nargs_.

CouNumber exprUBMul::operator() (  )  [inline, virtual]

function for the evaluation of the expression

Implements expression.

Definition at line 116 of file exprBMul.hpp.

References exprOp::arglist_, n, and safeProd().

enum pos exprUBMul::printPos (  )  const [inline, virtual]

print position (PRE, INSIDE, POST)

Reimplemented from exprOp.

Definition at line 105 of file exprBMul.hpp.

References PRE.

std::string exprUBMul::printOp (  )  const [inline, virtual]

print operator

Reimplemented from exprOp.

Definition at line 109 of file exprBMul.hpp.


The documentation for this class was generated from the following file:
Generated on Tue Mar 30 03:12:29 2010 by  doxygen 1.4.7