| PPL Java Language Interface
    1.1
    | 
| Public Member Functions | |
| Artificial_Parameter (Linear_Expression e, Coefficient d) | |
| Builds an artificial parameter from a linear expression and a denominator. | |
| Linear_Expression | linear_expression () | 
| Returns the linear expression in artificial parameter this. | |
| Coefficient | denominator () | 
| Returns the denominator in artificial parameter this. | |
| native String | ascii_dump () | 
| Returns an ascii formatted internal representation of this. | |
| native String | toString () | 
| Returns a string representation of this. | |
An Artificial_Parameter object represents the result of the integer division of a Linear_Expression (on the other parameters, including the previously-defined artificials) by an integer denominator (a Coefficient object). The dimensions of the artificial parameters (if any) in a tree node have consecutive indices starting from dim+1, where the value of dim is computed as follows:
dim is the space dimension of the PIP_Problem;dim computed for the parent node to the number of artificial parameters defined in the parent node.