24 package parma_polyhedra_library;
152 if (y == null || y.getClass() != this.getClass())
159 public native
boolean OK();
405 long complexity_threshold,
406 boolean wrap_individually);
A java.util.TreeSet of variables' indexes.
native void add_space_dimensions_and_embed(long m)
native void poly_hull_assign(Polyhedron p)
native void add_congruences(Congruence_System c)
native Generator_System generators()
native Congruence_System minimized_congruences()
Widths of bounded integer types.
native boolean contains(Polyhedron y)
native boolean simplify_using_context_assign(Polyhedron p)
native boolean bounds_from_above(Linear_Expression expr)
native long external_memory_in_bytes()
native boolean is_discrete()
native void remove_space_dimensions(Variables_Set vars)
native void unconstrain_space_dimensions(Variables_Set vars)
native boolean is_disjoint_from(Polyhedron y)
native void BHRZ03_widening_assign(Polyhedron y, By_Reference< Integer > tp)
native void time_elapse_assign(Polyhedron p)
An utility class implementing mutable and non-mutable call-by-reference.
native void generalized_affine_image(Variable var, Relation_Symbol relsym, Linear_Expression expr, Coefficient denominator)
native long space_dimension()
Java class interfacing C++ Parma_Polyhedra_Library::Polyhedron.
native void drop_some_non_integer_points(Complexity_Class complexity)
native void remove_higher_space_dimensions(long new_dimension)
native void refine_with_constraint(Constraint c)
native void bounded_H79_extrapolation_assign(Polyhedron y, Constraint_System cs, By_Reference< Integer > tp)
native void affine_preimage(Variable var, Linear_Expression expr, Coefficient denominator)
Overflow behavior of bounded integer types.
native void add_constraints(Constraint_System c)
native boolean strictly_contains(Polyhedron y)
native void add_generator(Generator c)
native boolean equals(Polyhedron p)
A line, ray, point or closure point.
native Congruence_System congruences()
native boolean is_empty()
native void add_constraint(Constraint c)
native void affine_image(Variable var, Linear_Expression expr, Coefficient denominator)
A dimension of the vector space.
native void add_space_dimensions_and_project(long m)
native void refine_with_constraints(Constraint_System c)
native boolean bounds_from_below(Linear_Expression expr)
native void difference_assign(Polyhedron p)
native boolean minimize(Linear_Expression expr, Coefficient sup_n, Coefficient sup_d, By_Reference< Boolean > maximum)
native Constraint_System minimized_constraints()
native void intersection_assign(Polyhedron p)
The relation between a polyhedron and a constraint.
native void fold_space_dimensions(Variables_Set vars, Variable dest)
native boolean constrains(Variable var)
native void bounded_BHRZ03_extrapolation_assign(Polyhedron y, Constraint_System cs, By_Reference< Integer > tp)
native void bounded_affine_image(Variable var, Linear_Expression lb_expr, Linear_Expression ub_expr, Coefficient denominator)
Smart pointer to a PPL, C++ object.
native boolean contains_integer_point()
native String ascii_dump()
native boolean is_universe()
The relation between a polyhedron and a generator.
native void refine_with_congruence(Congruence c)
native void bounded_affine_preimage(Variable var, Linear_Expression lb_expr, Linear_Expression ub_expr, Coefficient denominator)
native void refine_with_congruences(Congruence_System c)
native void wrap_assign(Variables_Set vars, Bounded_Integer_Type_Width w, Bounded_Integer_Type_Representation r, Bounded_Integer_Type_Overflow o, Constraint_System cs, long complexity_threshold, boolean wrap_individually)
native void concatenate_assign(Polyhedron p)
native void upper_bound_assign(Polyhedron p)
native boolean is_bounded()
native void expand_space_dimension(Variable var, long m)
native void swap(Polyhedron y)
native void H79_widening_assign(Polyhedron y, By_Reference< Integer > tp)
native Poly_Con_Relation relation_with(Constraint c)
native void limited_BHRZ03_extrapolation_assign(Polyhedron y, Constraint_System cs, By_Reference< Integer > tp)
Representation of bounded integer types.
native boolean frequency(Linear_Expression expr, Coefficient freq_n, Coefficient freq_d, Coefficient val_n, Coefficient val_d)
native void limited_H79_extrapolation_assign(Polyhedron y, Constraint_System cs, By_Reference< Integer > tp)
native boolean is_topologically_closed()
native Constraint_System constraints()
native void poly_difference_assign(Polyhedron p)
native void widening_assign(Polyhedron y, By_Reference< Integer > tp)
native void add_congruence(Congruence c)
native void map_space_dimensions(Partial_Function pfunc)
native Generator_System minimized_generators()
native void unconstrain_space_dimension(Variable var)
native void generalized_affine_preimage(Variable var, Relation_Symbol relsym, Linear_Expression expr, Coefficient denominator)
A partial function on space dimension indices.
native void topological_closure_assign()
native boolean maximize(Linear_Expression expr, Coefficient sup_n, Coefficient sup_d, By_Reference< Boolean > maximum)
native void add_generators(Generator_System c)
A linear equality or inequality.
native long total_memory_in_bytes()
native long affine_dimension()