Defect Description:
Allowing repetition of edges between two nodes in the undirected graph selection
Reproduce Defect:
Data structures lab -> List of experiments ->Shortest paths in Graph-> Simulation -> Select draw graph-> select undirected graph-> draw two edges between the same two nodes
Expected:
It should not be allowed to draw one more edge
Actual output:
Another edge is allowed to be drawn and then but the edges are over each other with their respective weights and only the weight of one can be changed.
Screenshot:
The following screenshot is of the
simulation:
Defect Description: Allowing repetition of edges between two nodes in the undirected graph selection Reproduce Defect: Data structures lab -> List of experiments ->Shortest paths in Graph-> Simulation -> Select draw graph-> select undirected graph-> draw two edges between the same two nodes Expected: It should not be allowed to draw one more edge Actual output: Another edge is allowed to be drawn and then but the edges are over each other with their respective weights and only the weight of one can be changed. Screenshot: The following screenshot is of the simulation: