[jgrapht-users] GraphReader - Is there any corresponding writer /exporter
Brought to you by:
barak_naveh,
perfecthash
From: L W <abt...@ms...> - 2015-11-18 09:57:11
|
Hello, I'm trying to read a stored graph via GraphReader. It is not working, becaue at the moment I am using .graphml which uses <edge> and <vertex>. GraphReader seems to expect "p" and "e" as names for vertices and edges correspondingly (if (cols[0].equals("p")) {). Is there any exporter or writer satisfying the format required by GraphReader? Beside using serializables instead of e.g., .graphml is there any way of writing and reading with jgrapht? In advance thank you very much for your answer |