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
Implement a brute-force solver which returns an optimal solution to the Monk problem for a given graph G.
An optimal solution is a solution which utilises the minimum amount of pursuers P needed, and contains the shortest solution vectors possible, such that P pursuers sweep the graph G.
The text was updated successfully, but these errors were encountered:
Implement a brute-force solver which returns an optimal solution to the Monk problem for a given graph G.
An optimal solution is a solution which utilises the minimum amount of pursuers P needed, and contains the shortest solution vectors possible, such that P pursuers sweep the graph G.
The text was updated successfully, but these errors were encountered: