File: graphml-lenient.xml

package info (click to toggle)
igraph 0.10.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,176 kB
  • sloc: ansic: 121,500; cpp: 21,699; xml: 2,734; python: 411; makefile: 147; javascript: 20; sh: 9
file content (10 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<graphml>
	<graph id='Barabasi-Albert-73751112' edgedefault='undirected'>
		<node id='0'/>
		<node id='1'/>
		<node id='2'/>
		<edge id='0' source='1' target='0' />
		<edge id='1' source='2' target='1' />
	</graph>
</graphml>