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.
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.