In this section, we compare three implementations for the convex hull
operator. The first implementation, called
's Partial
Factorization, uses the POLYLIB implementation and the partial
factorization. The second
implementation is the POLYLIB convex hull function, and the third one
is the New POLKA convex hull function.