PPL Configured Java Language Interface  1.2
parma_polyhedra_library.Polyhedron Class Reference

Java class interfacing C++ Parma_Polyhedra_Library::Polyhedron. More...

Inheritance diagram for parma_polyhedra_library.Polyhedron:
Collaboration diagram for parma_polyhedra_library.Polyhedron:

Public Member Functions

native void swap (Polyhedron y)
 
native long space_dimension ()
 
native long affine_dimension ()
 
native Poly_Con_Relation relation_with (Constraint c)
 
native Poly_Gen_Relation relation_with (Generator c)
 
native Poly_Con_Relation relation_with (Congruence c)
 
native Constraint_System constraints ()
 
native Congruence_System congruences ()
 
native Generator_System generators ()
 
native Constraint_System minimized_constraints ()
 
native Congruence_System minimized_congruences ()
 
native Generator_System minimized_generators ()
 
native boolean is_empty ()
 
native boolean is_universe ()
 
native boolean is_bounded ()
 
native boolean contains_integer_point ()
 
native boolean is_topologically_closed ()
 
native boolean is_discrete ()
 
native void topological_closure_assign ()
 
native boolean bounds_from_above (Linear_Expression expr)
 
native boolean bounds_from_below (Linear_Expression expr)
 
native boolean maximize (Linear_Expression expr, Coefficient sup_n, Coefficient sup_d, By_Reference< Boolean > maximum)
 
native boolean minimize (Linear_Expression expr, Coefficient sup_n, Coefficient sup_d, By_Reference< Boolean > maximum)
 
native boolean maximize (Linear_Expression expr, Coefficient sup_n, Coefficient sup_d, By_Reference< Boolean > maximum, Generator point)
 
native boolean minimize (Linear_Expression expr, Coefficient sup_n, Coefficient sup_d, By_Reference< Boolean > maximum, Generator point)
 
native boolean frequency (Linear_Expression expr, Coefficient freq_n, Coefficient freq_d, Coefficient val_n, Coefficient val_d)
 
native boolean contains (Polyhedron y)
 
native boolean strictly_contains (Polyhedron y)
 
native boolean is_disjoint_from (Polyhedron y)
 
native boolean equals (Polyhedron p)
 
boolean equals (Object y)
 
native boolean OK ()
 
native void add_constraint (Constraint c)
 
native void add_congruence (Congruence c)
 
native void add_generator (Generator c)
 
native void add_constraints (Constraint_System c)
 
native void add_congruences (Congruence_System c)
 
native void add_generators (Generator_System c)
 
native void refine_with_constraint (Constraint c)
 
native void refine_with_congruence (Congruence c)
 
native void refine_with_constraints (Constraint_System c)
 
native void refine_with_congruences (Congruence_System c)
 
native void intersection_assign (Polyhedron p)
 
native void upper_bound_assign (Polyhedron p)
 
native void difference_assign (Polyhedron p)
 
native void concatenate_assign (Polyhedron p)
 
native void time_elapse_assign (Polyhedron p)
 
native void poly_hull_assign (Polyhedron p)
 
native void poly_difference_assign (Polyhedron p)
 
native boolean simplify_using_context_assign (Polyhedron p)
 
native boolean constrains (Variable var)
 
native void unconstrain_space_dimension (Variable var)
 
native void unconstrain_space_dimensions (Variables_Set vars)
 
native void affine_image (Variable var, Linear_Expression expr, Coefficient denominator)
 
native void affine_preimage (Variable var, Linear_Expression expr, Coefficient denominator)
 
native void bounded_affine_image (Variable var, Linear_Expression lb_expr, Linear_Expression ub_expr, Coefficient denominator)
 
native void bounded_affine_preimage (Variable var, Linear_Expression lb_expr, Linear_Expression ub_expr, Coefficient denominator)
 
native void generalized_affine_image (Variable var, Relation_Symbol relsym, Linear_Expression expr, Coefficient denominator)
 
native void generalized_affine_preimage (Variable var, Relation_Symbol relsym, Linear_Expression expr, Coefficient denominator)
 
native void generalized_affine_image (Linear_Expression lhs, Relation_Symbol relsym, Linear_Expression rhs)
 
native void generalized_affine_preimage (Linear_Expression lhs, Relation_Symbol relsym, Linear_Expression rhs)
 
native void add_space_dimensions_and_embed (long m)
 
native void add_space_dimensions_and_project (long m)
 
native void remove_space_dimensions (Variables_Set vars)
 
native void remove_higher_space_dimensions (long new_dimension)
 
native void expand_space_dimension (Variable var, long m)
 
native void fold_space_dimensions (Variables_Set vars, Variable dest)
 
native void map_space_dimensions (Partial_Function pfunc)
 
native void drop_some_non_integer_points (Complexity_Class complexity)
 
native void drop_some_non_integer_points (Variables_Set vars, Complexity_Class complexity)
 
native String ascii_dump ()
 
native long external_memory_in_bytes ()
 
native long total_memory_in_bytes ()
 
native void BHRZ03_widening_assign (Polyhedron y, By_Reference< Integer > tp)
 
native void H79_widening_assign (Polyhedron y, By_Reference< Integer > tp)
 
native void widening_assign (Polyhedron y, By_Reference< Integer > tp)
 
native void limited_BHRZ03_extrapolation_assign (Polyhedron y, Constraint_System cs, By_Reference< Integer > tp)
 
native void bounded_BHRZ03_extrapolation_assign (Polyhedron y, Constraint_System cs, By_Reference< Integer > tp)
 
native void limited_H79_extrapolation_assign (Polyhedron y, Constraint_System cs, By_Reference< Integer > tp)
 
native void bounded_H79_extrapolation_assign (Polyhedron y, Constraint_System cs, By_Reference< Integer > tp)
 
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 int hashCode ()
 
native String toString ()
 

Additional Inherited Members

- Protected Member Functions inherited from parma_polyhedra_library.PPL_Object
 PPL_Object ()
 Builds an object that points to `null'. More...
 

Detailed Description

Java class interfacing C++ Parma_Polyhedra_Library::Polyhedron.

Definition at line 30 of file Polyhedron.java.

Member Function Documentation

native void parma_polyhedra_library.Polyhedron.add_congruence ( Congruence  c)
native void parma_polyhedra_library.Polyhedron.add_congruences ( Congruence_System  c)
native void parma_polyhedra_library.Polyhedron.add_constraint ( Constraint  c)
native void parma_polyhedra_library.Polyhedron.add_constraints ( Constraint_System  c)
native void parma_polyhedra_library.Polyhedron.add_generator ( Generator  c)
native void parma_polyhedra_library.Polyhedron.add_generators ( Generator_System  c)
native void parma_polyhedra_library.Polyhedron.add_space_dimensions_and_embed ( long  m)
native void parma_polyhedra_library.Polyhedron.add_space_dimensions_and_project ( long  m)
native long parma_polyhedra_library.Polyhedron.affine_dimension ( )
native void parma_polyhedra_library.Polyhedron.affine_image ( Variable  var,
Linear_Expression  expr,
Coefficient  denominator 
)
native void parma_polyhedra_library.Polyhedron.affine_preimage ( Variable  var,
Linear_Expression  expr,
Coefficient  denominator 
)
native String parma_polyhedra_library.Polyhedron.ascii_dump ( )
native void parma_polyhedra_library.Polyhedron.BHRZ03_widening_assign ( Polyhedron  y,
By_Reference< Integer >  tp 
)
native void parma_polyhedra_library.Polyhedron.bounded_affine_image ( Variable  var,
Linear_Expression  lb_expr,
Linear_Expression  ub_expr,
Coefficient  denominator 
)
native void parma_polyhedra_library.Polyhedron.bounded_affine_preimage ( Variable  var,
Linear_Expression  lb_expr,
Linear_Expression  ub_expr,
Coefficient  denominator 
)
native void parma_polyhedra_library.Polyhedron.bounded_BHRZ03_extrapolation_assign ( Polyhedron  y,
Constraint_System  cs,
By_Reference< Integer >  tp 
)
native void parma_polyhedra_library.Polyhedron.bounded_H79_extrapolation_assign ( Polyhedron  y,
Constraint_System  cs,
By_Reference< Integer >  tp 
)
native boolean parma_polyhedra_library.Polyhedron.bounds_from_above ( Linear_Expression  expr)
native boolean parma_polyhedra_library.Polyhedron.bounds_from_below ( Linear_Expression  expr)
native void parma_polyhedra_library.Polyhedron.concatenate_assign ( Polyhedron  p)
native Congruence_System parma_polyhedra_library.Polyhedron.congruences ( )
native boolean parma_polyhedra_library.Polyhedron.constrains ( Variable  var)
native Constraint_System parma_polyhedra_library.Polyhedron.constraints ( )
native boolean parma_polyhedra_library.Polyhedron.contains ( Polyhedron  y)
native boolean parma_polyhedra_library.Polyhedron.contains_integer_point ( )
native void parma_polyhedra_library.Polyhedron.difference_assign ( Polyhedron  p)
native void parma_polyhedra_library.Polyhedron.drop_some_non_integer_points ( Complexity_Class  complexity)
native void parma_polyhedra_library.Polyhedron.drop_some_non_integer_points ( Variables_Set  vars,
Complexity_Class  complexity 
)
native boolean parma_polyhedra_library.Polyhedron.equals ( Polyhedron  p)
boolean parma_polyhedra_library.Polyhedron.equals ( Object  y)
inline

Definition at line 149 of file Polyhedron.java.

References parma_polyhedra_library.Polyhedron.equals().

native void parma_polyhedra_library.Polyhedron.expand_space_dimension ( Variable  var,
long  m 
)
native long parma_polyhedra_library.Polyhedron.external_memory_in_bytes ( )
native void parma_polyhedra_library.Polyhedron.fold_space_dimensions ( Variables_Set  vars,
Variable  dest 
)
native boolean parma_polyhedra_library.Polyhedron.frequency ( Linear_Expression  expr,
Coefficient  freq_n,
Coefficient  freq_d,
Coefficient  val_n,
Coefficient  val_d 
)
native void parma_polyhedra_library.Polyhedron.generalized_affine_image ( Variable  var,
Relation_Symbol  relsym,
Linear_Expression  expr,
Coefficient  denominator 
)
native void parma_polyhedra_library.Polyhedron.generalized_affine_image ( Linear_Expression  lhs,
Relation_Symbol  relsym,
Linear_Expression  rhs 
)
native void parma_polyhedra_library.Polyhedron.generalized_affine_preimage ( Variable  var,
Relation_Symbol  relsym,
Linear_Expression  expr,
Coefficient  denominator 
)
native void parma_polyhedra_library.Polyhedron.generalized_affine_preimage ( Linear_Expression  lhs,
Relation_Symbol  relsym,
Linear_Expression  rhs 
)
native Generator_System parma_polyhedra_library.Polyhedron.generators ( )
native void parma_polyhedra_library.Polyhedron.H79_widening_assign ( Polyhedron  y,
By_Reference< Integer >  tp 
)
native int parma_polyhedra_library.Polyhedron.hashCode ( )
native void parma_polyhedra_library.Polyhedron.intersection_assign ( Polyhedron  p)
native boolean parma_polyhedra_library.Polyhedron.is_bounded ( )
native boolean parma_polyhedra_library.Polyhedron.is_discrete ( )
native boolean parma_polyhedra_library.Polyhedron.is_disjoint_from ( Polyhedron  y)
native boolean parma_polyhedra_library.Polyhedron.is_empty ( )
native boolean parma_polyhedra_library.Polyhedron.is_topologically_closed ( )
native boolean parma_polyhedra_library.Polyhedron.is_universe ( )
native void parma_polyhedra_library.Polyhedron.limited_BHRZ03_extrapolation_assign ( Polyhedron  y,
Constraint_System  cs,
By_Reference< Integer >  tp 
)
native void parma_polyhedra_library.Polyhedron.limited_H79_extrapolation_assign ( Polyhedron  y,
Constraint_System  cs,
By_Reference< Integer >  tp 
)
native void parma_polyhedra_library.Polyhedron.map_space_dimensions ( Partial_Function  pfunc)
native boolean parma_polyhedra_library.Polyhedron.maximize ( Linear_Expression  expr,
Coefficient  sup_n,
Coefficient  sup_d,
By_Reference< Boolean >  maximum 
)
native boolean parma_polyhedra_library.Polyhedron.maximize ( Linear_Expression  expr,
Coefficient  sup_n,
Coefficient  sup_d,
By_Reference< Boolean >  maximum,
Generator  point 
)
native boolean parma_polyhedra_library.Polyhedron.minimize ( Linear_Expression  expr,
Coefficient  sup_n,
Coefficient  sup_d,
By_Reference< Boolean >  maximum 
)
native boolean parma_polyhedra_library.Polyhedron.minimize ( Linear_Expression  expr,
Coefficient  sup_n,
Coefficient  sup_d,
By_Reference< Boolean >  maximum,
Generator  point 
)
native Congruence_System parma_polyhedra_library.Polyhedron.minimized_congruences ( )
native Constraint_System parma_polyhedra_library.Polyhedron.minimized_constraints ( )
native Generator_System parma_polyhedra_library.Polyhedron.minimized_generators ( )
native boolean parma_polyhedra_library.Polyhedron.OK ( )
native void parma_polyhedra_library.Polyhedron.poly_difference_assign ( Polyhedron  p)
native void parma_polyhedra_library.Polyhedron.poly_hull_assign ( Polyhedron  p)
native void parma_polyhedra_library.Polyhedron.refine_with_congruence ( Congruence  c)
native void parma_polyhedra_library.Polyhedron.refine_with_congruences ( Congruence_System  c)
native void parma_polyhedra_library.Polyhedron.refine_with_constraint ( Constraint  c)
native void parma_polyhedra_library.Polyhedron.refine_with_constraints ( Constraint_System  c)
native Poly_Con_Relation parma_polyhedra_library.Polyhedron.relation_with ( Constraint  c)
native Poly_Gen_Relation parma_polyhedra_library.Polyhedron.relation_with ( Generator  c)
native Poly_Con_Relation parma_polyhedra_library.Polyhedron.relation_with ( Congruence  c)
native void parma_polyhedra_library.Polyhedron.remove_higher_space_dimensions ( long  new_dimension)
native void parma_polyhedra_library.Polyhedron.remove_space_dimensions ( Variables_Set  vars)
native boolean parma_polyhedra_library.Polyhedron.simplify_using_context_assign ( Polyhedron  p)
native long parma_polyhedra_library.Polyhedron.space_dimension ( )
native boolean parma_polyhedra_library.Polyhedron.strictly_contains ( Polyhedron  y)
native void parma_polyhedra_library.Polyhedron.swap ( Polyhedron  y)
native void parma_polyhedra_library.Polyhedron.time_elapse_assign ( Polyhedron  p)
native void parma_polyhedra_library.Polyhedron.topological_closure_assign ( )
native String parma_polyhedra_library.Polyhedron.toString ( )
native long parma_polyhedra_library.Polyhedron.total_memory_in_bytes ( )
native void parma_polyhedra_library.Polyhedron.unconstrain_space_dimension ( Variable  var)
native void parma_polyhedra_library.Polyhedron.unconstrain_space_dimensions ( Variables_Set  vars)
native void parma_polyhedra_library.Polyhedron.upper_bound_assign ( Polyhedron  p)
native void parma_polyhedra_library.Polyhedron.widening_assign ( Polyhedron  y,
By_Reference< Integer >  tp 
)
native void parma_polyhedra_library.Polyhedron.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 
)

The documentation for this class was generated from the following file: