| PPL C Language Interface
    1.2
    | 
Types and functions for generic PIP tree nodes. More...
#include <ppl_c_header.h>
| Related Functions | |
| (Note that these are not member functions.) | |
| int | ppl_PIP_Tree_Node_as_solution (ppl_const_PIP_Tree_Node_t spip_tree, ppl_const_PIP_Solution_Node_t *dpip_tree) | 
| Writes to dpip_treethe solution node ifspip_treeis a solution node, and 0 otherwise. | |
| int | ppl_PIP_Tree_Node_as_decision (ppl_const_PIP_Tree_Node_t spip_tree, ppl_const_PIP_Decision_Node_t *dpip_tree) | 
| Writes to dpip_treethe decision node ifspip_treeis a decision node, and 0 otherwise. | |
| int | ppl_PIP_Tree_Node_get_constraints (ppl_const_PIP_Tree_Node_t pip_tree, ppl_const_Constraint_System_t *pcs) | 
| Writes to pcsthe local system of parameter constraints at the pip tree nodepip_tree. | |
| int | ppl_PIP_Tree_Node_OK (ppl_const_PIP_Tree_Node_t pip) | 
| Returns a positive integer if pip_treeis well formed, i.e., if it satisfies all its implementation invariants; returns 0 and perhaps makes some noise ifpip_treeis broken. Useful for debugging purposes. | |
| int | ppl_PIP_Tree_Node_number_of_artificials (ppl_const_PIP_Tree_Node_t pip_tree, ppl_dimension_type *m) | 
| Writes to mthe number of elements in the artificial parameter sequence in the pip tree nodepip_tree. | |
| int | ppl_PIP_Tree_Node_begin (ppl_const_PIP_Tree_Node_t pip_tree, ppl_Artificial_Parameter_Sequence_const_iterator_t pit) | 
| Assigns to pita const iterator "pointing" to the beginning of the artificial parameter sequence in the pip tree nodepip_tree. | |
| int | ppl_PIP_Tree_Node_end (ppl_const_PIP_Tree_Node_t pip_tree, ppl_Artificial_Parameter_Sequence_const_iterator_t pit) | 
| Assigns to pita const iterator "pointing" to the end of the artificial parameter sequence in the pip tree nodepip_tree. | |
| Input/Output Functions | |
| int | ppl_io_print_PIP_Tree_Node (ppl_const_PIP_Tree_Node_t x) | 
| Prints xtostdout. | |
| int | ppl_io_fprint_PIP_Tree_Node (FILE *stream, ppl_const_PIP_Tree_Node_t x) | 
| Prints xto the given outputstream. | |
| int | ppl_io_asprint_PIP_Tree_Node (char **strp, ppl_const_PIP_Tree_Node_t x) | 
| Prints xto a malloc-allocated string, a pointer to which is returned viastrp. | |
| int | ppl_PIP_Tree_Node_ascii_dump (ppl_const_PIP_Tree_Node_t x, FILE *stream) | 
| Dumps an ascii representation of xonstream. | |
| int | ppl_PIP_Tree_Node_ascii_load (ppl_PIP_Tree_Node_t x, FILE *stream) | 
| Loads an ascii representation of xfromstream. | |
Types and functions for generic PIP tree nodes.
The types and functions for tree nodes provide an interface towards PIP_Tree_Node.