GraphTea
GraphTea copied to clipboard
The Graph Theory Software
Hello, I am a teacher in France. Thank you very much for this beautiful software. I begin to use it. Sometimes there is an error using Dijkstra's algorithm. I sent...
I am trying to install the software on ubuntu 15.10. It keeps complaining about the java -jar graphtea-main.jar file. Even the deb version of the software doesn't make a software...
Hello, Recently I tried to generate a latex drawing for a graph and I cannot get the same look as the one I generate in the program. Is there something...
Edge Weight is of type integer; this is a undesirable limitation of the tool as sometimes weights are decimal values. I have re-coded the tool to utilize Double instead of...
test
the basic algorithms like dfs and bfs are very old cold. we need to rewrite them with the modern styles presented on : https://github.com/graphtheorysoftware/GraphTea/blob/master/src/graphtea/extensions/algorithms/SampleAlgorithm.java
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)...
I have changed the weights of edges, I click "Show weight" but nothing appears. Thanks 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)...
Hi guys. I just started using GraphTea and I can't work out how to draw an edge from a vertex to itself. Can you let me know how to do...
"Make selection complement" isn't deleting existing edges, only adding ones which aren't there