Chopper
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
chopper::layout::hibf_statistics::level Struct Reference

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

Detailed Description

A representation of an IBF level that gathers information about bins in an IBF.

Member Data Documentation

◆ bins

std::vector<bin> chopper::layout::hibf_statistics::level::bins

The bins of the current IBF level. May be split or merged bins.

◆ current_query_cost

double chopper::layout::hibf_statistics::level::current_query_cost {0.0}

The query cost to arrive at this IBF (updated before backtracking respective DP).


The documentation for this struct was generated from the following file: