//
pkg.gl
Category
github.com/intel/intent-driven-orchestration
pkg
planner
astar
package
0.3.0
Repository:
https://github.com/intel/intent-driven-orchestration.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
1
Files
361 SLOC
#
Functions
NewAPlanner
NewAPlanner initializes a new planner.
#
Structs
APlanner
APlanner represent a planner using the A* algorithm.
Item
Item represents an entity in the queue.
Node
Node within a state graph.
#
Type aliases
PriorityQueue
PriorityQueue is a min priority queue.