Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dijkstra #53

Open
micmicmicmic opened this issue Dec 10, 2016 · 0 comments
Open

Dijkstra #53

micmicmicmic opened this issue Dec 10, 2016 · 0 comments

Comments

@micmicmicmic
Copy link

The Dijkstra algorithm provides minumum distance 13 between 1 and 6 but actually the minimum distance is 9

java.lang.Throwable: Error while loading graphtea.plugins.main.core.actions.RightClickAction. skipped.
at graphtea.ui.xml.UIHandlerImpl.handle_action(Unknown Source)
at graphtea.ui.xml.UIParser.startElement(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at graphtea.ui.xml.UIParser.parse(Unknown Source)
at graphtea.ui.xml.UIParser.parse(Unknown Source)
at graphtea.ui.xml.UIParser.parse(Unknown Source)
at graphtea.ui.UI.loadXML(Unknown Source)
at graphtea.ui.UI.loadXML(Unknown Source)
at graphtea.plugins.main.core.Init.init(Unknown Source)
at graphtea.plugins.main.Init.init(Unknown Source)
at graphtea.platform.plugin.Plugger.load(Unknown Source)
at graphtea.platform.plugin.Plugger.dfs(Unknown Source)
at graphtea.platform.plugin.Plugger.dfs(Unknown Source)
at graphtea.platform.plugin.Plugger.plug(Unknown Source)
at graphtea.platform.Application.loadPlugins(Unknown Source)
at graphtea.platform.Application.run(Unknown Source)
at graphtea.platform.Application.init(Unknown Source)
at graphtea.platform.Application.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:65)
at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:101)
at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:26)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant