Commit Graph

118 Commits

Author SHA1 Message Date
0bbda3dfd0 Debug logging during search 2024-07-23 04:04:59 +02:00
f8b3d72292 Fix bug with pathfinding when previous node is not null 2024-07-23 04:04:11 +02:00
3a1ca0cc3d Add separation between cars and pedestrian highways.
Add priority for high-speed routes.
2024-07-23 02:56:18 +02:00
4261bc2f48 Fix neighbor-nodes creating endless loop 2024-07-23 02:34:40 +02:00
f21845ced4 Split Node.Previous into two fields for readability
Add ToString to Route
Simplify algorithm
MinCoordinates and MaxCoordinates returns graph min/max always
2024-07-23 02:21:46 +02:00
41b73081a5 Prepare Merge 2024-07-22 05:01:41 +02:00
c16452068c Updated to new Structure of regions 2024-07-22 04:56:22 +02:00
2776db2ff8 Initial commit 2024-07-22 04:55:00 +02:00
db6d6ccaef Upgrade to .net 8 2024-07-19 17:59:19 +02:00
7e1d03abf7
Update README.md 2022-11-18 01:02:25 +01:00
cb7500a4fa Merge branch 'main' of https://github.com/C9Glax/astar 2022-11-17 20:39:54 +01:00
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
6db8278581
Update README.md 2022-11-13 16:58:16 +01:00
3770ff9b57 error 2022-11-13 16:55:22 +01:00
4c0a3edd4a Merge branch 'main' of https://github.com/C9Glax/astar 2022-11-13 16:53:06 +01:00
32a9f8afa6 Added launch args 2022-11-13 16:53:03 +01:00
413052e031
Update README.md 2022-11-13 16:38:34 +01:00
8f42c34b97
Update README.md 2022-11-13 16:37:27 +01:00
f6d55c7f3e
Merge pull request #10 from C9Glax/Importer-Split
Importer split
2022-11-13 16:34:03 +01:00
c67bb94e30 readme update 2022-11-13 16:33:31 +01:00
903958a22a
Merge pull request #9 from C9Glax/dev
Merge before Project Split
2022-11-13 16:10:38 +01:00
5f9b41753c
Merge pull request #8 from C9Glax/DatastructureAndAlgoChange
Structure Change
2022-11-13 16:08:36 +01:00
d677214573 Moved Projects 2022-11-13 15:29:31 +01:00
246ba9d182 Added log 2022-11-13 15:03:35 +01:00
adda057b88 removed duplicate 2022-11-13 14:59:06 +01:00
3498fe5ae3 Changed protection of Graph.nodes to private 2022-11-13 14:19:07 +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
a1fb19a080 distance and time import 2022-11-03 19:14:07 +01:00
fcae3e5be2 Changed Distance to meters 2022-11-03 19:13:53 +01:00
88ed5472a8 timeSpent -> TimeRequired 2022-11-03 19:13:38 +01:00
b88e1a8dfc Added Distance 2022-11-03 19:13:26 +01:00
4930423cb5 Removed unessecary duplication of graph 2022-11-03 18:21:13 +01:00
485f04e6a2 More logging 2022-11-03 18:16:53 +01:00
12d7f9b78c pathLength => Timespent 2022-11-02 18:09:30 +01:00
d23cf87dd4 Nullable Node 2022-11-02 18:07:22 +01:00
f50961d37c
Merge pull request #7 from C9Glax/temp
dev
2022-11-01 16:08:38 +01:00
1ade0ce1af Added id for future use 2022-11-01 05:09:17 +01:00
a1e3a60c48 Added id for future use 2022-11-01 05:09:01 +01:00
7e8d8e2a74 Different Call 2022-11-01 05:08:52 +01:00
681cb25ecf Streamlined pathfinding 2022-11-01 05:08:09 +01:00
2cae5539b5 Improved Import for less memory Usage 2022-11-01 03:52:23 +01:00
4f65e2ea8d Changed Waystructure 2022-11-01 02:02:38 +01:00
7c3b9a4e71 refactor 2022-10-31 23:10:42 +01:00
bd06937b55 Readkey 2022-10-31 23:10:33 +01:00