 
 
 
 
 
 
 
  
For a subset  of
 of  , the convex hull
, the convex hull  is defined
as the smallest convex set in
 is defined
as the smallest convex set in  containing
 containing  .
.
The convex hull computation means the ``determination''
of  for a given finite set of
 for a given finite set of  points
 points 
 in
in  .
.  
The usual way to determine  is to
represent it as the intersection of halfspaces, or more precisely,
as a set of solutions to a minimal system of linear inequalities.
This amounts to output a matrix
 is to
represent it as the intersection of halfspaces, or more precisely,
as a set of solutions to a minimal system of linear inequalities.
This amounts to output a matrix 
 and
a vector
 and
a vector  for some
 for some  such that
 such that 
 .
When
.
When  is full-dimensional, 
each (nonredundant) inequality corresponds to
a facet of
 is full-dimensional, 
each (nonredundant) inequality corresponds to
a facet of  .  Thus the convex hull problem is
also known as the facet enumeration problem, see 
Section 2.12.
.  Thus the convex hull problem is
also known as the facet enumeration problem, see 
Section 2.12.
Some people define the convex hull computation as the determination
of extreme points of  , or equivalently that of
redundant points in
, or equivalently that of
redundant points in  to determine
 to determine  .  This is much simpler
computation than our convex hull problem.  In fact, this can be done
by solving
.  This is much simpler
computation than our convex hull problem.  In fact, this can be done
by solving  linear programs and thus polynomially solvable, 
see Section 2.19
and 2.20.
It is better to name this as the ``redundancy removal for a point set
 linear programs and thus polynomially solvable, 
see Section 2.19
and 2.20.
It is better to name this as the ``redundancy removal for a point set  ''.
''.
 
 
 
 
 
 
