[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Tests on linear expressions of level 0

Function: bool ap_linexpr0_is_integer (const ap_linexpr0_t* e, size_t intdim)
Does the expression depends only on integer variables ? assuming that the first intdim dimensions are integer.

Function: bool ap_linexpr0_is_real (const ap_linexpr0_t* e, size_t intdim)
Does the expression depends only on real variables ? assuming that the first intdim dimensions are integer .

Function: bool ap_linexpr0_is_linear (const ap_linexpr0_t* e)
Return true iff all involved coefficients are scalars.

Function: bool ap_linexpr0_is_quasilinear (const ap_linexpr0_t* e)
Return true iff all involved coefficients but the constant are scalars.



This document was generated on December, 22 2006 using texi2html