Commit Graph

1550 Commits

Author SHA1 Message Date
34cc6325da fix type hinting 2019-08-25 21:45:02 +02:00
0acef08f09 implement int shift 2019-08-25 21:44:42 +02:00
1b2705291d start implementing heap 2019-08-25 21:44:11 +02:00
a85d205cf3 start implementing pathfinding 2019-08-25 21:43:43 +02:00
b38ebb92c0 Merge branch 'develop' of https://github.com/Orange-Management/phpOMS into develop 2019-08-20 19:22:32 +02:00
c8ec18f912
Create Path.php 2019-08-20 17:34:47 +02:00
ce0a98c7a8
Update PathFinderInterface.php 2019-08-20 17:31:08 +02:00
309b661fab
Create PathFinderInterface.php 2019-08-20 17:21:24 +02:00
6efc4e157b
Update Grid.php 2019-08-20 16:36:14 +02:00
095fd15607
Update Grid.php 2019-08-20 16:28:38 +02:00
aec62e3eb2
Update Node.php 2019-08-20 16:20:38 +02:00
ea85dd5f25
Update Grid.php 2019-08-20 16:13:05 +02:00
8f3eeac987
Update Node.php 2019-08-20 16:10:39 +02:00
cdbfa4e1b0
Update Node.php 2019-08-20 16:10:20 +02:00
5aad7af88f
Update Node.php 2019-08-20 16:08:31 +02:00
2fdb32d1d6
Update MovementType.php 2019-08-20 16:03:41 +02:00
463ff29c19
Update MovementType.php 2019-08-20 16:02:46 +02:00
abfc337978
Update HeuristicType.php 2019-08-20 16:00:34 +02:00
b604abfdae
Update HeuristicType.php 2019-08-20 15:59:56 +02:00
a3abbbb9e1
Create Dijkstra.php 2019-08-20 15:27:54 +02:00
f12d1834aa
Create BestFirstSearch.php 2019-08-20 15:27:37 +02:00
3e2805b140
Rename JPS.php to JumpPointSearch.php 2019-08-20 15:27:22 +02:00
5c2ca9cc83
Create BreadthFirstSearch.php 2019-08-20 15:27:01 +02:00
324ab2d21f
Create IDAStar.php 2019-08-20 15:26:37 +02:00
5eb3881b28
Create AStar.php 2019-08-20 15:25:49 +02:00
87a5577721
Create MovementType.php 2019-08-20 15:24:29 +02:00
8c9c5c192e
Create JPS.php 2019-08-20 15:23:11 +02:00
071c6a010e
Create HeuristicType.php 2019-08-20 15:23:00 +02:00
0878f9498d
Create Node.php 2019-08-20 15:22:26 +02:00
2059f85800
Create Grid.php 2019-08-20 15:22:17 +02:00
3bb09081d4
Create Heuristic.php 2019-08-20 15:22:06 +02:00
047d8c3028 Implement more sorting algorithms 2019-08-17 22:33:09 +02:00
7b1cf0e660 fix after change to php 7.4 2019-08-17 14:14:58 +02:00
dd68825329 Bug fix type hint 2019-08-15 22:19:45 +02:00
5341d2a6b8 implement php 7.4 type hints 2019-08-15 22:02:01 +02:00
b4084913de Implement php 7.4 type hints 2019-08-15 21:54:59 +02:00
eb7dbe4663 start implementing php 7.4 2019-08-15 20:44:04 +02:00
9d6ecedba2 autofixes 2019-08-10 23:23:06 +02:00
64198f0562 start impl. sort algorithms 2019-08-10 23:21:26 +02:00
2d64308b78 assert null 2019-08-10 23:17:12 +02:00
0ca13206fe fix datetime value bug 2019-08-10 23:16:27 +02:00
5d8577725a add file types 2019-07-30 20:26:04 +02:00
c10708ee23 fix @link 2019-07-08 19:51:19 +02:00
5b56b7367d fix formatting and docblock 2019-07-08 19:15:25 +02:00
08bf6984cd Add cache ignore 2019-07-04 22:36:34 +02:00
a9918edccf Add exception description 2019-07-04 22:35:41 +02:00
7a88ce1576 php cs fixes 2019-06-15 19:14:20 +02:00
8a21347547 fix , in function 2019-06-14 23:43:42 +02:00
4da69b5c09 fix code and tests after changes 2019-06-14 23:08:09 +02:00
2be8f427c9 Implement missing tests 2019-06-09 22:15:48 +02:00