Skip to main content

TOTAL_TRIES

Constant TOTAL_TRIES 

Source
pub const TOTAL_TRIES: u32 = 100_000;
Expand description

Upper bound on explored nodes,the bounded-search policy used by BnB and Coingrinder.