transitive reduction filter for directed graphs
More...
#include <cgraph/cgraph.h>
#include <cgraph/ingraphs.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <util/exit.h>
#include <util/unreachable.h>
Go to the source code of this file.
◆ opts_t
◆ init()
static void init |
( |
opts_t * |
opts, |
|
|
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ usage()
static void usage |
( |
int |
v | ) |
|
|
static |
◆ CmdName
◆ Files
◆ useString
Initial value:= "Usage: %s [-vr?] <files>\n\
-o FILE - redirect output (default to stdout)\n\
-v - verbose (to stderr)\n\
-r - print removed edges to stderr\n\
-? - print usage\n\
If no files are specified, stdin is used\n"
Definition at line 41 of file tred.c.
Referenced by usage().