Generated on Tue Jul 18 2017 18:41:42 for Gecode by doxygen 1.8.13

Functions

LinFloatExpr Gecode::exp (const LinFloatExpr &x)
 Return expression for $ \mathrm{exp}(x)$. More...
 
LinFloatExpr Gecode::log (const LinFloatExpr &x)
 Return expression for $ \mathrm{log}(x)$. More...
 

Detailed Description

Function Documentation

◆ exp()

LinFloatExpr Gecode::exp ( const LinFloatExpr e)

Return expression for $ \mathrm{exp}(x)$.

Definition at line 514 of file float-arith.cpp.

◆ log()

LinFloatExpr Gecode::log ( const LinFloatExpr e)

Return expression for $ \mathrm{log}(x)$.

Definition at line 523 of file float-arith.cpp.