Skip to content

solver-ginsberg: Fix infinite loop while backtracking

Antoine Belvire requested to merge bugfix/backtrack_infinite_loop into master

Context

There was an obvious infinite loop in a part of the backtracking algorithm. This part is rarely called and its usefulness is dubious. Keep it though until a better solution comes up.

What has changed?

Main Changes

croiseur-solver-ginsberg

  • Fix an infinite loop

Merge request reports