PPL Configured Java Language Interface  1.2
parma_polyhedra_library.Complexity_Class Enum Reference

Possible Complexities. More...

Static Public Member Functions

 [static initializer]
 

Public Attributes

 POLYNOMIAL_COMPLEXITY
 Worst-case polynomial complexity. More...
 
 SIMPLEX_COMPLEXITY
 Worst-case exponential complexity but typically polynomial behavior. More...
 

Static Private Member Functions

static native void initIDs ()
 

Detailed Description

Possible Complexities.

Definition at line 28 of file Complexity_Class.java.

Member Function Documentation

parma_polyhedra_library.Complexity_Class.[static initializer] ( )
inlinestatic
static native void parma_polyhedra_library.Complexity_Class.initIDs ( )
staticprivate

Member Data Documentation

parma_polyhedra_library.Complexity_Class.POLYNOMIAL_COMPLEXITY

Worst-case polynomial complexity.

Definition at line 30 of file Complexity_Class.java.

parma_polyhedra_library.Complexity_Class.SIMPLEX_COMPLEXITY

Worst-case exponential complexity but typically polynomial behavior.

Definition at line 32 of file Complexity_Class.java.


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