Graphviz  2.41.20171026.1811
Macros | Functions
flat.c File Reference
#include "dot.h"
Include dependency graph for flat.c:

Go to the source code of this file.

Macros

#define HLB   0 /* hard left bound */
 
#define HRB   1 /* hard right bound */
 
#define SLB   2 /* soft left bound */
 
#define SRB   3 /* soft right bound */
 

Functions

int flat_edges (graph_t *g)
 

Macro Definition Documentation

#define HLB   0 /* hard left bound */

Definition at line 36 of file flat.c.

#define HRB   1 /* hard right bound */

Definition at line 37 of file flat.c.

#define SLB   2 /* soft left bound */

Definition at line 38 of file flat.c.

#define SRB   3 /* soft right bound */

Definition at line 39 of file flat.c.

Function Documentation

int flat_edges ( graph_t g)