rostam / GraphTea

The Graph Theory Software
http://graphtheorysoftware.com/
85 stars 28 forks source link

Edge Weight #54

Open TheJollyRogerRises opened 7 years ago

TheJollyRogerRises commented 7 years ago

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 integer within a few hours, however reading old data files fail, thus this version is a major change.

I did not investigate the file format to see if there is versioning information held that would allow a conditional check, but if that version number is not in the file, you should consider it for future releases.

azinazadi commented 4 years ago

could you send us a pull request?