You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yang-tsao@fillipe-gsm, the Lin-Kernighan heuristic assumes the existence of at least 4 nodes (named a, b, c, d) that play important roles in defining the neighborhood of a solution. If the problem is small, with less than 4 nodes, the heuristic does not apply.
* Setup test that should be satisfied when bug is solved
* fixup! Fix wrong usage of parametrize and skip test
* fix: Lin-Kernighan solver handles problems with few nodes
* fix: type hint
* feat: verbose flag when solving with brute force
---------
Co-authored-by: Luan <luan.moraes@loggi.com>
When I try to run the following code, it just keeps running and won't give me a result.
The text was updated successfully, but these errors were encountered: