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

Arrays of linear constraints of level 0

Function: ap_lincons0_array_t ap_lincons0_array_make (size_t size)
Allocate an array of size constraints.

The constraints are initialized with NULL pointers for underlying expressions.

Function: void ap_lincons0_array_clear (ap_lincons0_array_t* array)
Clear the constraints of the array, and then the array itself.

Function: void ap_lincons0_array_fprint (FILE* stream, ap_lincons0_array_t* array, char** name_of_dim)
Print the array on the stream.



This document was generated on September, 10 2009 using texi2html