/* 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.
*/

#ifndef _POLYMAKE_ORIENTATION_H
#define _POLYMAKE_ORIENTATION_H "$Project: polymake $$Id: orientation.h 6152 2005-06-07 08:19:46Z wotzlaw $"


#ident "$Project: polymake $$Id: orientation.h 6152 2005-06-07 08:19:46Z wotzlaw $"

#include <Graph.h>
#include <Array.h>


namespace polymake {
namespace topaz {

template <typename Complex>
Array<int> orientation(const Complex& F, const Graph<> DG);
 
}
}


#include <orientation.tcc>

#endif
    
// Local Variables:
// mode:C++
// c-basic-offset:3
// End:


syntax highlighted by Code2HTML, v. 0.9.1