Skip to content

Commit

Permalink
Disabled equal edge cost
Browse files Browse the repository at this point in the history
  • Loading branch information
tbvanderwoude committed Aug 6, 2024
1 parent 09fea5f commit e831b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use crate::astar_jps::astar_jps;
use core::fmt;
use std::collections::VecDeque;

const EQUAL_EDGE_COST: bool = true;
const EQUAL_EDGE_COST: bool = false;
const GRAPH_PRUNING: bool = true;

// Costs for diagonal and cardinal moves.
Expand Down

0 comments on commit e831b96

Please sign in to comment.