How to call the property that says that a heuristic is able to find the optimal solution?

31 Views Asked by At

Given a heuristic approach to solving an optimization problem, does there exist a name for the property that says that this heuristic is able (but might not be guaranteed) to find the optimal solution? I.e. for search heuristics like local-search-based methods, the optimal solution is guaranteed to be in the search space.