op_pool: use max cover algorithm, refactor

This commit is contained in:
Michael Sproul
2019-06-17 18:07:14 +10:00
parent 9a356a00c2
commit 38d2d03e3a
6 changed files with 338 additions and 120 deletions

View File

@@ -5,6 +5,7 @@ authors = ["Michael Sproul <michael@sigmaprime.io>"]
edition = "2018"
[dependencies]
boolean-bitfield = { path = "../utils/boolean-bitfield" }
int_to_bytes = { path = "../utils/int_to_bytes" }
itertools = "0.8"
parking_lot = "0.7"