Heuristic solution

Signature

heuristic_solution(Problem) : Solution[0..1]

Description

This function produces a feasible solution for the given problem instance or none if the underlying heuristic fails to generate such a solution.

Use cases

Heuristic solutions are often used as initial solutions in local search.

See also

Problem, Solution.