1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
<?xml version="1.0"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY igraph "igraph">
]>
<chapter id="igraph-Foreign">
<title>Reading and Writing Graphs from and to Files</title>
<!-- doxrox-include about_loadsave -->
<section id="simple-edge-list-and-similar-formats"><title>Simple edge list and similar formats</title>
<!-- doxrox-include igraph_read_graph_edgelist -->
<!-- doxrox-include igraph_write_graph_edgelist -->
<!-- doxrox-include igraph_read_graph_ncol -->
<!-- doxrox-include igraph_write_graph_ncol -->
<!-- doxrox-include igraph_read_graph_lgl -->
<!-- doxrox-include igraph_write_graph_lgl -->
<!-- doxrox-include igraph_read_graph_dimacs -->
<!-- doxrox-include igraph_write_graph_dimacs -->
</section>
<section id="binary-formats"><title>Binary formats</title>
<!-- doxrox-include igraph_read_graph_graphdb -->
</section>
<section id="graphml-format"><title>GraphML format</title>
<!-- doxrox-include igraph_read_graph_graphml -->
<!-- doxrox-include igraph_write_graph_graphml -->
</section>
<section id="gml-format"><title>GML format</title>
<!-- doxrox-include igraph_read_graph_gml -->
<!-- doxrox-include igraph_write_graph_gml -->
</section>
<section id="pajek-format"><title>Pajek format</title>
<!-- doxrox-include igraph_read_graph_pajek -->
<!-- doxrox-include igraph_write_graph_pajek -->
</section>
<section id="ucinets-dl-file-format"><title>UCINET's DL file format</title>
<!-- doxrox-include igraph_read_graph_dl -->
</section>
<section id="graphviz-format"><title>Graphviz format</title>
<!-- doxrox-include igraph_write_graph_dot -->
</section>
</chapter>
|