Generated on Sat Jun 2 2018 07:17:44 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 510 of file float-arith.cpp.

◆ log()

LinFloatExpr Gecode::log ( const LinFloatExpr e)

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

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