You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ogdf
I have converted a project so it should input and output GraphML files. I used yEd to create the files. The function in OGDF that reads GraphML files always fails by returning false. I would appreciate any help available. Thanks.
Dagobert Smart
unread,
Sep 16, 2022, 8:37:24 AM9/16/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ogdf
Hello Bill,
it would be helpful if you could post one of the GraphML files which cannot be read.
Maybe it helps to adjust the log level before trying to read the GraphML file, this might produce a helpful warning: `GraphIO::logger.localLogLevel(Logger::Level::Minor);` and `Logger::globalLogLevel(Logger::Level::Minor);`.