Increase iteration limit to 5000
I should really make this a command line argument, but I'm to tired right now... ZZzzzz...
This commit is contained in:
parent
36f4f48287
commit
6d252d7755
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include "dijkstragraph.h"
|
#include "dijkstragraph.h"
|
||||||
|
|
||||||
#define DIJKSTRA_SEARCH_MAX_ITERATIONS 2000
|
#define DIJKSTRA_SEARCH_MAX_ITERATIONS 5000
|
||||||
|
|
||||||
struct dijkstra_state {
|
struct dijkstra_state {
|
||||||
struct dijkstra_path *cheapest_path;
|
struct dijkstra_path *cheapest_path;
|
||||||
|
Loading…
Reference in New Issue
Block a user