# Copyright (c) 1997-2007 # Ewgenij Gawrilow, Michael Joswig (Technische Universitaet Berlin, Germany) # http://www.math.tu-berlin.de/polymake, mailto:polymake@math.tu-berlin.de # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2, or (at your option) any # later version: http://www.gnu.org/licenses/gpl.txt. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. #----------------------------------------------------------------------------- # $Project: polymake $$Id: main.rules 7568 2007-01-17 16:25:44Z gawrilow $ # topic: application # This is the beginning of an application treating polyhedral surfaces, that is, closed polyhedral `2`-manifolds. # For the start, the application provides some basic combinatorial properties and visualization. # # author: Thilo Rörig USE common graph file_suffix surf # A polyhedral Surface object Surface add Application 'polytope'; # these rules are intrinsic: they don't depend on any external software to be installed separately INCLUDE common.rules visual.rules morse_matching.rules # self-configuring rules INCLUDE javaview.rules povray.rules jreality.rules default_object Surface # Local Variables: # mode: perl # c-basic-offset:3 # End: