-
Notifications
You must be signed in to change notification settings - Fork 2
Dominance checking for expansion candidates #12
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Nodes that are popped from the queue might be dominated by other nodes from the OPEN list. We need a procedure to check for dominance and avoid expanding any nodes which are dominated. We can interpret the dominance checking procedure as the application of a constraint that performs a feasibility cut.
Proposal:
- Unidirectional search receives a new template parameter called CONSTRAINTS.
- Objects which are instantiated as constraints must implement a prune function.
- By default, we have NO_CONSTRAINTS instantiation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request