# Copyright (c) 1997-2004 # 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: construction.rules 5638 2004-12-17 21:26:01Z gawrilow $ ################################################################################### # # This rulefile is currently included only in order to get client group comments. # The definitions of construction functions will be added later. # ################################################################################### # topic: clients/Producing from scratch # With these clients you can create simplicial complexes belonging to various parameterized families. # topic: clients/Producing a new simplicial complex from others # Another important way of constructing simplicial complexes is to modify an already existing one. # Actually, these clients don't alter the input file, but create a copy and modify it. # # The clients try to preserve existing vertex labels or choose the new labels according to the old ones # to help you keep track of special vertices throughout a series of constructions. # You may suppress the labeling of the vertices of the new complex by using the @c -nol flag # if it is of no interest to you. # Local Variables: # mode: perl # c-basic-offset:3 # End: