File: graphml-lenient.xml

package info (click to toggle)
igraph 0.8.5%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,284 kB
  • sloc: ansic: 97,287; cpp: 22,541; yacc: 1,150; makefile: 546; lex: 478; xml: 450; pascal: 82; sh: 9
file content (10 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (2)
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>