Chopper
|
A representation of an IBF level that gathers information about bins in an IBF. More...
#include <chopper/layout/hibf_statistics.hpp>
Public Attributes | |
std::vector< bin > | bins |
The bins of the current IBF level. May be split or merged bins. More... | |
double | current_query_cost {0.0} |
The query cost to arrive at this IBF (updated before backtracking respective DP). More... | |
A representation of an IBF level that gathers information about bins in an IBF.
std::vector<bin> chopper::layout::hibf_statistics::level::bins |
The bins of the current IBF level. May be split or merged bins.
double chopper::layout::hibf_statistics::level::current_query_cost {0.0} |
The query cost to arrive at this IBF (updated before backtracking respective DP).