This implementation of BnB algorithm is no longer mantained. Please refer to https://github.com/bitcoindevkit/bdk/blob/master/src/wallet/coin_selection.rs
Rust implementation of Branch and Bound coin selection algorithm.
For more info, see here.