| PPL C Language Interface
    1.2
    | 
Types and functions for PIP artificial parameters. More...
#include <ppl_c_header.h>
| Related Functions | |
| (Note that these are not member functions.) | |
| int | ppl_Artificial_Parameter_get_Linear_Expression (ppl_const_Artificial_Parameter_t ap, ppl_Linear_Expression_t le) | 
| Copies into lethe linear expression in artificial parameterap. | |
| int | ppl_Artificial_Parameter_coefficient (ppl_const_Artificial_Parameter_t ap, ppl_dimension_type var, ppl_Coefficient_t n) | 
| Copies into nthe coefficient of variablevarin the artificial parameterap. | |
| int | ppl_Artificial_Parameter_get_inhomogeneous_term (ppl_const_Artificial_Parameter_t ap, ppl_Coefficient_t n) | 
| Copies into nthe inhomogeneous term of the artificial parameterap. | |
| int | ppl_Artificial_Parameter_denominator (ppl_const_Artificial_Parameter_t ap, ppl_Coefficient_t n) | 
| Copies into nthe denominator in artificial parameterap. | |
| Input/Output Functions | |
| int | ppl_io_print_Artificial_Parameter (ppl_const_Artificial_Parameter_t x) | 
| Prints xtostdout. | |
| int | ppl_io_fprint_Artificial_Parameter (FILE *stream, ppl_const_Artificial_Parameter_t x) | 
| Prints xto the given outputstream. | |
| int | ppl_io_asprint_Artificial_Parameter (char **strp, ppl_const_Artificial_Parameter_t x) | 
| Prints xto a malloc-allocated string, a pointer to which is returned viastrp. | |
| int | ppl_Artificial_Parameter_ascii_dump (ppl_const_Artificial_Parameter_t x, FILE *stream) | 
| Dumps an ascii representation of xonstream. | |
| int | ppl_Artificial_Parameter_ascii_load (ppl_Artificial_Parameter_t x, FILE *stream) | 
| Loads an ascii representation of xfromstream. | |
Types and functions for PIP artificial parameters.
The types and functions for PIP artificial parameters provide an interface towards Artificial_Parameter.