Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SteveRabin/JPSPlusWithGoalBounding
/ functions
Functions
263 in github.com/SteveRabin/JPSPlusWithGoalBounding
⨍
Functions
263
◇
Types & classes
32
↓ 20 callers
Method
size
JPSPlusGoalBounding/GenericHeap.h:69
↓ 10 callers
Method
GetNthExperiment
JPSPlusGoalBounding/ScenarioLoader.h:64
↓ 7 callers
Method
Empty
JPSPlusGoalBounding/FastStack.h:55
↓ 3 callers
Method
GetPathLength
JPSPlusGoalBounding/main.cpp:49
↓ 3 callers
Method
GetTotalTime
JPSPlusGoalBounding/main.cpp:34
↓ 3 callers
Method
Pop
JPSPlusGoalBounding/FastStack.h:57
↓ 3 callers
Method
Reset
JPSPlusGoalBounding/FastStack.h:54
↓ 2 callers
Method
GetDistance
JPSPlusGoalBounding/ScenarioLoader.h:37
↓ 2 callers
Method
GetGoalX
JPSPlusGoalBounding/ScenarioLoader.h:34
↓ 2 callers
Method
GetGoalY
JPSPlusGoalBounding/ScenarioLoader.h:35
↓ 2 callers
Method
GetStartX
JPSPlusGoalBounding/ScenarioLoader.h:32
↓ 2 callers
Method
GetStartY
JPSPlusGoalBounding/ScenarioLoader.h:33
↓ 2 callers
Method
Push
JPSPlusGoalBounding/FastStack.h:56
↓ 2 callers
Method
find
JPSPlusGoalBounding/GenericHeap.h:209
↓ 1 callers
Method
Add
JPSPlusGoalBounding/SimpleUnsortedPriorityQueue.h:56
↓ 1 callers
Method
CalculateMap
JPSPlusGoalBounding/PrecomputeMap.cpp:61
↓ 1 callers
Method
Clear
JPSPlusGoalBounding/ScenarioLoader.h:67
↓ 1 callers
Method
DecreaseKey
JPSPlusGoalBounding/BucketPriorityQueue.cpp:140
↓ 1 callers
Method
EndTimer
JPSPlusGoalBounding/Timer.cpp:45
↓ 1 callers
Method
Get20MoveTime
JPSPlusGoalBounding/main.cpp:42
↓ 1 callers
Method
GetCurrentInteration
JPSPlusGoalBounding/DijkstraFloodfill.h:63
↓ 1 callers
Method
GetElapsedTime
JPSPlusGoalBounding/Timer.h:49
↓ 1 callers
Method
GetMaxTimestep
JPSPlusGoalBounding/main.cpp:38
↓ 1 callers
Method
GetNumExperiments
JPSPlusGoalBounding/ScenarioLoader.h:62
↓ 1 callers
Function
GetPath
JPSPlusGoalBounding/Entry.cpp:70
↓ 1 callers
Method
GetPath
JPSPlusGoalBounding/JPSPlus.cpp:113
↓ 1 callers
Method
GetPreprocessedMap
JPSPlusGoalBounding/PrecomputeMap.h:90
↓ 1 callers
Function
LoadMap
JPSPlusGoalBounding/main.cpp:265
↓ 1 callers
Method
LoadMap
JPSPlusGoalBounding/PrecomputeMap.cpp:154
↓ 1 callers
Function
PrepareForSearch
JPSPlusGoalBounding/Entry.cpp:60
↓ 1 callers
Function
PreprocessMap
JPSPlusGoalBounding/Entry.cpp:51
↓ 1 callers
Method
Push
JPSPlusGoalBounding/BucketPriorityQueue.cpp:91
↓ 1 callers
Method
Remove
JPSPlusGoalBounding/UnsortedPriorityQueue.cpp:80
↓ 1 callers
Method
SaveMap
JPSPlusGoalBounding/PrecomputeMap.cpp:81
↓ 1 callers
Method
StartTimer
JPSPlusGoalBounding/Timer.cpp:40
↓ 1 callers
Method
ValidatePath
JPSPlusGoalBounding/main.cpp:64
↓ 1 callers
Method
add
JPSPlusGoalBounding/GenericHeap.h:120
↓ 1 callers
Method
decreaseKey
JPSPlusGoalBounding/GenericHeap.h:139
↓ 1 callers
Method
empty
JPSPlusGoalBounding/GenericHeap.h:229
↓ 1 callers
Method
remove
JPSPlusGoalBounding/GenericHeap.h:181
↓ 1 callers
Method
reserve
JPSPlusGoalBounding/GenericHeap.h:70
↓ 1 callers
Method
reset
JPSPlusGoalBounding/GenericHeap.h:105
Method
AddExperiment
JPSPlusGoalBounding/ScenarioLoader.cpp:80
Method
Blocked
(int bits, Dir dir)
GenerateCases/GenerateCases/Program.cs:41
Method
BucketPriorityQueue
JPSPlusGoalBounding/BucketPriorityQueue.cpp:44
Method
CalculateDistantJumpPointMap
JPSPlusGoalBounding/PrecomputeMap.cpp:342
Method
CalculateGoalBounding
JPSPlusGoalBounding/PrecomputeMap.cpp:612
Method
CalculateJumpPointMap
JPSPlusGoalBounding/PrecomputeMap.cpp:275
Method
DestroyArray
JPSPlusGoalBounding/PrecomputeMap.cpp:266
Method
DestroyArray
JPSPlusGoalBounding/DijkstraFloodfill.cpp:679
Method
DestroyArray
JPSPlusGoalBounding/JPSPlus.cpp:104
Method
DijkstraFloodfill
JPSPlusGoalBounding/DijkstraFloodfill.cpp:52
Method
Down
(int bits)
GenerateCases/GenerateCases/Program.cs:51
Method
DownLeft
(int bits)
GenerateCases/GenerateCases/Program.cs:234
Method
DownRight
(int bits)
GenerateCases/GenerateCases/Program.cs:192
Method
Empty
JPSPlusGoalBounding/UnsortedPriorityQueue.h:54
Method
Empty
JPSPlusGoalBounding/SimpleUnsortedPriorityQueue.h:55
Method
Empty
JPSPlusGoalBounding/BucketPriorityQueue.h:56
Method
Empty
(int bits, Dir dir)
GenerateCases/GenerateCases/Program.cs:46
Method
Experiment
JPSPlusGoalBounding/ScenarioLoader.h:28
Method
Explore_AllDirections
JPSPlusGoalBounding/DijkstraFloodfill.cpp:528
Method
Explore_AllDirections
JPSPlusGoalBounding/JPSPlus.cpp:643
Method
Explore_AllDirectionsWithChecks
JPSPlusGoalBounding/DijkstraFloodfill.cpp:161
Method
Explore_D
JPSPlusGoalBounding/DijkstraFloodfill.cpp:208
Method
Explore_D
JPSPlusGoalBounding/JPSPlus.cpp:323
Method
Explore_DL
JPSPlusGoalBounding/DijkstraFloodfill.cpp:243
Method
Explore_DL
JPSPlusGoalBounding/JPSPlus.cpp:358
Method
Explore_DL_D
JPSPlusGoalBounding/DijkstraFloodfill.cpp:292
Method
Explore_DL_D
JPSPlusGoalBounding/JPSPlus.cpp:407
Method
Explore_DL_D_DR
JPSPlusGoalBounding/DijkstraFloodfill.cpp:387
Method
Explore_DL_D_DR
JPSPlusGoalBounding/JPSPlus.cpp:502
Method
Explore_DR
JPSPlusGoalBounding/DijkstraFloodfill.cpp:213
Method
Explore_DR
JPSPlusGoalBounding/JPSPlus.cpp:328
Method
Explore_DR_R
JPSPlusGoalBounding/DijkstraFloodfill.cpp:256
Method
Explore_DR_R
JPSPlusGoalBounding/JPSPlus.cpp:371
Method
Explore_DR_R_UR
JPSPlusGoalBounding/DijkstraFloodfill.cpp:345
Method
Explore_DR_R_UR
JPSPlusGoalBounding/JPSPlus.cpp:460
Method
Explore_D_DL_L_U
JPSPlusGoalBounding/DijkstraFloodfill.cpp:474
Method
Explore_D_DL_L_U
JPSPlusGoalBounding/JPSPlus.cpp:589
Method
Explore_D_DL_L_UL_U
JPSPlusGoalBounding/DijkstraFloodfill.cpp:519
Method
Explore_D_DL_L_UL_U
JPSPlusGoalBounding/JPSPlus.cpp:634
Method
Explore_D_DR
JPSPlusGoalBounding/DijkstraFloodfill.cpp:250
Method
Explore_D_DR
JPSPlusGoalBounding/JPSPlus.cpp:365
Method
Explore_D_DR_R
JPSPlusGoalBounding/DijkstraFloodfill.cpp:338
Method
Explore_D_DR_R
JPSPlusGoalBounding/JPSPlus.cpp:453
Method
Explore_D_L_UL_U
JPSPlusGoalBounding/DijkstraFloodfill.cpp:482
Method
Explore_D_L_UL_U
JPSPlusGoalBounding/JPSPlus.cpp:597
Method
Explore_D_R
JPSPlusGoalBounding/DijkstraFloodfill.cpp:300
Method
Explore_D_R
JPSPlusGoalBounding/JPSPlus.cpp:415
Method
Explore_D_R_U
JPSPlusGoalBounding/DijkstraFloodfill.cpp:396
Method
Explore_D_R_U
JPSPlusGoalBounding/JPSPlus.cpp:511
Method
Explore_D_U
JPSPlusGoalBounding/DijkstraFloodfill.cpp:324
Method
Explore_D_U
JPSPlusGoalBounding/JPSPlus.cpp:439
Method
Explore_L
JPSPlusGoalBounding/DijkstraFloodfill.cpp:238
Method
Explore_L
JPSPlusGoalBounding/JPSPlus.cpp:353
Method
Explore_L_D
JPSPlusGoalBounding/DijkstraFloodfill.cpp:318
Method
Explore_L_D
JPSPlusGoalBounding/JPSPlus.cpp:433
Method
Explore_L_DL
JPSPlusGoalBounding/DijkstraFloodfill.cpp:286
Method
Explore_L_DL
JPSPlusGoalBounding/JPSPlus.cpp:401
Method
Explore_L_DL_D
JPSPlusGoalBounding/DijkstraFloodfill.cpp:380
next →
1–100 of 263, ranked by callers