1CSDP-GRAPHTOPROB(1) User Commands CSDP-GRAPHTOPROB(1)
2
3
4
6 csdp-graphtoprob - Convert a graph description to SDPA sparse format
7
9 csdp-graphtoprob GRAPH_FILE PROBLEM_FILE
10
12 The csdp-graphtoprob program converts a graph into SDPA sparse format.
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 same graph written to it in SDPA sparse format.
26
27
29 The exit status is zero if the graph is converted successfully. Other‐
30 wise, the exit status is one, and an error message indicating the prob‐
31 lem is produced on standard out.
32
33
35 Csdp was written by Dr. Brian Borchers <borchers@nmt.edu>, with contri‐
36 butions by Joseph Young <josyoun@nmt.edu> and Aaron Wilson <wil‐
37 son@nmt.edu>.
38
39 This man page was written by Jerry James <loganjerry@gmail.com>. It is
40 distributed under the same terms as Csdp.
41
42
44 csdp-theta(1), csdp-complement(1), csdp-rand_graph(1)
45
46
47
48Brian Borchers 6.1.1 CSDP-GRAPHTOPROB(1)