-
Notifications
You must be signed in to change notification settings - Fork 2
Generalised FOCAL search #13
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The process of FOCAL search is a generic one which we should capture. For this we need a new type of queue. The queue has 3 parameters:
- Containers to store nodes (e.g., open, focal)
- Sorting functions for each container
- A new function (in addition to ::push, ::pop), which is ::repair
- Boolean function (repair_policy) that drives the main loop (where to pop from) and calls the repair function if the policy returns false.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request