Public Member Functions | |
H79_Certificate () | |
Default constructor. | |
H79_Certificate (const Polyhedron &ph) | |
Constructor: computes the certificate for ph . | |
H79_Certificate (const H79_Certificate &y) | |
Copy constructor. | |
~H79_Certificate () | |
Destructor. | |
int | compare (const H79_Certificate &y) const |
The comparison function for certificates. | |
int | compare (const Polyhedron &ph) const |
Compares *this with the certificate for polyhedron ph . |
Convergence certificates are used to instantiate the BHZ03 framework so as to define widening operators for the finite powerset domain.
|
The comparison function for certificates.
*this with y , using a total ordering which is a refinement of the limited growth ordering relation for the H79 widening. |