typedef struct { int origin; int destination; int value; // Estimated move value } Move;