Crossings Minimization
1.0
dfs.h
Go to the documentation of this file.
1
/**
2
* @file dfs.h
3
* @brief interface for function that assigns weights based on depth-first
4
* search
5
* @author Matthias Stallmann
6
* @date 2008/01/03
7
* $Id: dfs.h 2 2011-06-07 19:50:41Z mfms $
8
*/
9
10
#ifndef DFS_H
11
#define DFS_H
12
13
/**
14
* Assigns weights to nodes based on their preorder number in a depth-first
15
* search that starts at the first node on the lowest layer.
16
*/
17
void
assignDfsWeights
(
void
);
18
19
#endif
20
21
/* [Last modified: 2009 01 03 at 20:44:57 GMT] */
assignDfsWeights
void assignDfsWeights(void)
Definition:
dfs.c:123
dfs.h
Generated by
1.8.13