Commit Graph

36 Commits

Author SHA1 Message Date
94234b3498 Package "Graph" renamed to "GeoGraph" 2022-11-17 20:39:50 +01:00
f1c7ff4b47 combined warnings #debug 2022-11-17 20:36:08 +01:00
cc48016874 Removed unreachable state and added check to remove duplicate entries in toVisit 2022-11-17 20:33:21 +01:00
d677214573 Moved Projects 2022-11-13 15:29:31 +01:00
6d338018b5 Null pointer fixes 2022-11-13 14:14:55 +01:00
a4ebf05d7a Initial change 2022-11-13 14:02:27 +01:00
23bab6a593 Changed distance back to double 2022-11-13 13:21:24 +01:00
a971e4ed6c GetEdgeToNode Nullable 2022-11-03 19:35:04 +01:00
f2cf676c31 Added "Route" 2022-11-03 19:14:14 +01:00
12d7f9b78c pathLength => Timespent 2022-11-02 18:09:30 +01:00
d23cf87dd4 Nullable Node 2022-11-02 18:07:22 +01:00
681cb25ecf Streamlined pathfinding 2022-11-01 05:08:09 +01:00
77bc712eba double to float 2022-10-31 23:10:28 +01:00
97d3cc8af9 Fixed Comparer (was sorting largest to smallest),
Added second check to ensure shortest path
2022-05-11 22:17:44 +02:00
52254de1aa Intellisense 2022-05-11 20:25:13 +02:00
a700d429d4 Update with 0ad913e54b 2022-05-11 19:45:35 +02:00
bced45f688 Moved Logging to https://github.com/C9Glax/Logging 2022-05-11 19:04:42 +02:00
d76a9baf3a Moved Logging to https://github.com/C9Glax/Logging 2022-05-11 19:04:15 +02:00
1384abfaf2 Optional Logger 2022-05-06 00:47:57 +02:00
d29ab7e01e Relocated Import 2022-05-06 00:40:58 +02:00
44511beb02 Added pathlength to goaldistance criteria 2022-05-06 00:31:26 +02:00
f6d5fe5905 Implementation of A* 2022-05-06 00:02:28 +02:00
7b6b17519e Graph fix 2022-05-05 16:32:19 +02:00
665d9d83b8 Intermedite 2022-05-05 16:28:45 +02:00
7a39b31761 Revert "removed weight from info"
This reverts commit 7e881c1360.
2022-05-05 16:26:15 +02:00
7e881c1360 removed weight from info 2022-05-05 16:26:00 +02:00
6a66ea9f63 intermediate 2022-05-05 16:23:00 +02:00
e3fd034590 Refactored Graph and Importer into separate projects 2022-05-05 16:12:40 +02:00
29eef71d4a return 2022-05-05 16:02:49 +02:00
f30cef46c9 Added Logging Levels 2022-05-05 16:00:56 +02:00
958913d3d2 Importer 2022-05-05 15:49:28 +02:00
08885de1c0 Placed Importer in different class 2022-05-05 15:48:45 +02:00
63fd6ff8fc Ignoring obj bin .vs 2022-05-05 14:44:06 +02:00
04a032aa0c .gitignore 2022-05-05 14:40:54 +02:00
119c9edf43 Loading Xml from Ressourcefile 2022-05-05 02:00:55 +02:00
05ad938ec7 init 2022-05-05 01:33:56 +02:00