Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ocamldot(1) [debian man page]

OCAMLDOT(1)						      General Commands Manual						       OCAMLDOT(1)

NAME
ocamldot - generate dependency graphs of ocaml programs SYNOPSIS
ocamldot [options] <dependency-file> DESCRIPTION
This manual page documents briefly the ocamldot command. ocamldot generates program dependency graphs for ocaml programs. The dependency graph output by ocamldot can be rendered by a separate program, dot. Ocamldot is designed to process the output of ocamldep. A typical use would be ocamldep *.ml | ocamldot > dep.dot or ocamldep *.ml > .depend ocamldot .depend > dep.dot OPTIONS
-fullgraph Draw the full graph (default is to draw only the kernel) -landscape Output in landscape format (default is portrait) -lr Draw graph from left to right (default is top to bottom) -r <r> Use <r> as a root in the graph; nodes reachable from <r> will be shown. The transitive kernel of a dag is the smallest subset of the dag whose transitive closure is the same as the transitive closure of the dag. For example, the kernel of A->B, A->C, B->C is just the two edges A->B, B->C. SEE ALSO
ocamldep(1), dot(1) http://www.research.att.com/~trevor/ocamldot. AUTHOR
Trevor Jim <trevor@research.att.com> OCAMLDOT(1)

Check Out this Related Man Page

TRED(1) 						      General Commands Manual							   TRED(1)

NAME
tred - transitive reduction filter for directed graphs SYNOPSIS
tred [ files ] DESCRIPTION
tred computes the transitive reduction of directed graphs, and prints the resulting graphs to standard output. This removes edges implied by transitivity. Nodes and subgraphs are not otherwise affected. The ``meaning'' and validity of the reduced graphs is application depen- dent. tred is particularly useful as a preprocessor to dot to reduce clutter in dense layouts. Undirected graphs are silently ignored. OPERANDS
The following operand is supported: files Names of files containing 1 or more graphs in dot format. If no files operand is specified, the standard input will be used. BUGS
Using bitmaps internally would substantially decrease running time. DIAGNOSTICS
If a graph has cycles, its transitive reduction is not uniquely defined. In this case tred emits a warning. AUTHORS
Stephen C. North <north@research.att.com> Emden R. Gansner <erg@research.att.com> SEE ALSO
gc(1), dot(1), acyclic(1), gvpr(1), gvcolor(1), ccomps(1), sccmap(1), libgraph(3) 21 March 2001 TRED(1)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to remove duplicate lines

I have following file content (3 fields each line): 23 888 10.0.0.1 dfh 787 10.0.0.2 dssf dgfas 10.0.0.3 dsgas dg 10.0.0.4 df dasa 10.0.0.5 df dag 10.0.0.5 dfd dfdas 10.0.0.5 dfd dfd 10.0.0.6 daf nfd 10.0.0.6 ... as can be seen, that the third field is ip address and sorted. but... (3 Replies)
Discussion started by: fredao
3 Replies

2. Shell Programming and Scripting

convert a pipe delimited file to a':" delimited file

i have a file whose data is like this:: osr_pe_assign|-120|wg000d@att.com|4| osr_evt|-21|wg000d@att.com|4| pe_avail|-21|wg000d@att.com|4| osr_svt|-11|wg000d@att.com|4| pe_mop|-13|wg000d@att.com|4| instar_ready|-35|wg000d@att.com|4| nsdnet_ready|-90|wg000d@att.com|4|... (6 Replies)
Discussion started by: priyanka3006
6 Replies

3. Programming

File Program issue in c

B17 -> B19 ; B17 -> B21 ; B18 -> B19 ; Can any one help with the pointer solution to check for this -> symbol and one it finds the symbol it should move behind 4 characters and store the string B17 in an array and then move 4 characters ahead and similarly save B21 likewise for each line... (7 Replies)
Discussion started by: zinat
7 Replies

4. What is on Your Mind?

A Journey Into Cyberspace

A Journey Into Cyberspace A brief visual presentation on the results of research and development into new visualization tools and methods for cyberspace situational awareness via graph processing and multisensor data fusion. https://www.unix.com/members/1-albums112-picture678.png ... (1 Reply)
Discussion started by: Neo
1 Replies