Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Convex Volume in Higher Dimensions

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Convex Volume in Higher Dimensions


Chronological Thread 
  • From: Bernd Gaertner <>
  • To:
  • Subject: Re: [cgal-discuss] Convex Volume in Higher Dimensions
  • Date: Fri, 28 Nov 2008 12:46:19 +0100

Chaman Singh Verma wrote:
2). In order to experiment with Kannan's paper for calculating volumes, I need one predicate in higher
dimension i.e. point inside Polytope. Is there any robust module in CGAL for this task ?

The QP_solver can be used to test exactly whether a point is a convex combination of other points, meaning that it is inside the polytope generated by these points; see http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/QP_solver/Chapter_main.html#sec:QP-iterators for a code example.

Best,
Bernd.



Archive powered by MHonArc 2.6.16.

Top of Page