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

Tests on linear expressions of level 0

Function: bool ap_linexpr0_is_integer (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 (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 (ap_linexpr0_t* e)
Return true iff all involved coefficients are scalars.

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



This document was generated on September, 10 2009 using texi2html