1CSDP-COMPLEMENT(1) User Commands CSDP-COMPLEMENT(1)
2
3
4
6 csdp-complement - Compute the complement of a graph
7
9 csdp-complement GRAPH_FILE OUTPUT_FILE
10
12 The csdp-complement program computes the complement of a graph.
13
14
16 The input file should be in the following format:
17 n
18 m
19 i1 j1
20 …
21 im jm
22 where n is the number of nodes, m is the number of edges, and each i/j
23 pair describes one edge.
24
25 The output file has the the complement of the graph written to it in
26 the same format.
27
28
30 The exit status is zero if the complement is computed successfully.
31 Otherwise, the exit status is one, and an error message indicating the
32 problem is produced on standard out.
33
34
36 Csdp was written by Dr. Brian Borchers <borchers@nmt.edu>, with contri‐
37 butions by Joseph Young <josyoun@nmt.edu> and Aaron Wilson <wil‐
38 son@nmt.edu>.
39
40 This man page was written by Jerry James <loganjerry@gmail.com>. It is
41 distributed under the same terms as Csdp.
42
43
45 csdp-theta(1), csdp-graphtoprob(1), csdp-rand_graph(1)
46
47
48
49Brian Borchers 6.1.1 CSDP-COMPLEMENT(1)