intconvex.hpp

Go to the documentation of this file.
00001 /*****************************************************************************
00002     
00003     intconvex.hpp -- routines to find convex hull of integer points of
00004         a polyhedron.
00005 
00006     This file is a part of the Arageli library.
00007 
00008     Copyright (C) Sergey S. Lyalin, 2006
00009     University of Nizhni Novgorod, Russia
00010 
00011 *****************************************************************************/
00012 
00020 #ifndef _ARAGELI_intconvex_hpp_
00021 #define _ARAGELI_intconvex_hpp_
00022 
00023 #include "config.hpp"
00024 
00025 // REFERENCE ADDITIONAL HEADERS HERE
00026 
00027 
00028 namespace Arageli
00029 {
00030 
00031 
00033 
00042 template <typename Gen, typename IntGen>
00043 void intconvex_simple (const Gen& gen, IntGen& intgen);
00044 
00045 
00046 } // namesapce Arageli
00047 
00048 
00049 #ifdef ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE
00050     #define ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE_intconvex
00051     #include "intconvex.cpp"
00052     #undef  ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE_intconvex
00053 #endif
00054 
00055 #endif  // #ifndef _ARAGELI_intconvex_hpp_

Generated on Thu Aug 31 17:38:06 2006 for Arageli by  doxygen 1.4.7