Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The cost of a newly created Priority does not need to be finite. An example occurs in the Pick+Place demo: the CurrentState solution is filtered by an applicibility test, which may set the cost to infinity while lifting the solution to the wrapper stage. In this case, new InterfaceStates are created from the infinite cost solution. Consequently, the state should be marked as PRUNED.
- Loading branch information