Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
topological_ordering.h File Reference
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include "lib_algebra/graph_interface/sparsematrix_boost.h"
#include "lib_algebra/graph_interface/parallel_matrix_boost.h"
#include "lib_algebra/graph_interface/bidirectional.h"
#include "lib_algebra/graph_interface/bidirectional_boost.h"
#include <vector>
#include <utility>
#include <deque>
#include "IOrderingAlgorithm.h"
#include "util.h"
#include "common/error.h"
#include "common/log.h"

Go to the source code of this file.

Classes

class  ug::TopologicalOrdering< TAlgebra, O_t >
 

Namespaces

namespace  ug
 the ug namespace
 

Functions

template<typename O_t , typename G_t >
void ug::topological_ordering_core_bidirectional (O_t &o, G_t &g, bool inverse)
 
template<typename O_t , typename G_t >
void ug::topological_ordering_core_directed (O_t &o, G_t &g, bool inverse)