lbrycrd/src/wallet/test
Andrew Chow 6a34ff5335 Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use it
Allows SelectCoinsMinConf and SelectCoins be able to switch between
using BnB or Knapsack for choosing coins.

Has SelectCoinsMinConf do the preprocessing necessary to support either
BnB or Knapsack. This includes calculating the filtering the effective
values for each input.

Uses BnB in CreateTransaction to find an exact match for the output.
If BnB fails, it will fallback to the Knapsack solver.
2018-03-13 12:39:27 -04:00
..
accounting_tests.cpp Merge #11687: External wallet files 2018-03-07 17:11:54 +01:00
coinselector_tests.cpp Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use it 2018-03-13 12:39:27 -04:00
crypto_tests.cpp Increment MIT Licence copyright header year on files modified in 2017 2018-01-03 02:26:56 +09:00
wallet_test_fixture.cpp Allow wallet files in multiple directories 2018-03-03 10:26:55 -05:00
wallet_test_fixture.h Allow wallet files in multiple directories 2018-03-03 10:26:55 -05:00
wallet_tests.cpp Move original knapsack solver tests to coinselector_tests.cpp 2018-03-13 12:39:26 -04:00