pub const TOTAL_TRIES: u32 = 100_000;
Upper bound on explored nodes,the bounded-search policy used by BnB and Coingrinder.