It is a simple java program that solves signal flow graphs by using an easy GUI to draw on it and easily get your results Main features:
- The program lets the user choose the position of the nodes.
- The program gives any node added a number shown over it which is used to determine the node when adding edges or when requesting to solve the graph
- You can change the weight of an existing edge by adding it again with the new weight value.
- The weight and the direction of an edge are shown on it.