[PPL-devel] Convex Hull

Roberto Bagnara bagnara at cs.unipr.it
Fri Sep 19 11:05:30 CEST 2014


On 09/19/14 09:23, Stefan Schupp wrote:
> my goal was to calculate some kind of Minkowski sum. A very
> unefficient and simplistic approach would be to create the
> decomposition of the addition (So simply add all vertices of P1 to all
> vertices of P2) and after that compute the convex hull to drop
> interior points.
> 
> As my polyhedra are represented by Pointgenerators I create a new
> polyhedron by applying the method above to the generators.
> I thought after that a minimization of the generator set should do the
> trick.

Minimization of the generator set will indeed remove all redundant
generators, which in your case are the interior points you want
to get rid of.  So, yes: minimized_generators() seems to be
the right method for you.
Kind regards,

   Roberto

> Am 19/09/14 09:12, schrieb Roberto Bagnara:
> 
>> Hello Stefan.
> 
>> On 09/18/14 17:38, Stefan Schupp wrote:
>>> a short question: What is the method to use when computing the
>>> convex hull of a C_Polyhedron?
> 
>> I am not sure I understand what you mean.  A C_Polyhedron is a
>> convex polyhedron, i.e., i.e. it coincides with its own convex
>> hull.  In other words, computing the convex hull of a C_Polyhedron
>> is a no-op.
> 
>>> Currently I try minimized_generators.
> 
>> What are you trying to achieve, exactly? Kind regards,
> 
>> Roberto
> 
> 
> 
> _______________________________________________
> PPL-devel mailing list
> PPL-devel at cs.unipr.it
> http://www.cs.unipr.it/mailman/listinfo/ppl-devel
> 

-- 
     Prof. Roberto Bagnara

Applied Formal Methods Laboratory - University of Parma, Italy
mailto:bagnara at cs.unipr.it
                              BUGSENG srl - http://bugseng.com
                              mailto:roberto.bagnara at bugseng.com



More information about the PPL-devel mailing list