Skip to content

Commit

Permalink
more euclid
Browse files Browse the repository at this point in the history
  • Loading branch information
Skydev0h committed Dec 30, 2023
1 parent 393d1bc commit 76f925e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/task4.fc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ forall X -> (tuple, ()) ~t:=(tuple t, X value, int index) asm "SETINDEXVAR";
-}

const int astar_dist_shift = 11;
const int empty_tile_shift = 21;
const int empty_tile_shift = 31;
const int weak_tile_shift = 10 + empty_tile_shift; ;; 32
const int strong_tile_shift = 10 + weak_tile_shift; ;; 48
const int infinity_shift = 10 + strong_tile_shift; ;; 64
Expand Down

0 comments on commit 76f925e

Please sign in to comment.