Definition at line 134 of file set_cover_views.h.
#include <set_cover_views.h>
◆ IndexListModelView() [1/2]
operations_research::IndexListModelView::IndexListModelView |
( |
| ) |
|
|
default |
◆ IndexListModelView() [2/2]
operations_research::IndexListModelView::IndexListModelView |
( |
const SetCoverModel * | model, |
|
|
const SubsetToIntVector * | cols_sizes, |
|
|
const ElementToIntVector * | rows_sizes, |
|
|
const std::vector< SubsetIndex > * | cols_focus, |
|
|
const std::vector< ElementIndex > * | rows_focus ) |
|
inline |
◆ base()
const SetCoverModel & operations_research::IndexListModelView::base |
( |
| ) |
const |
|
inline |
◆ column_size()
BaseInt operations_research::IndexListModelView::column_size |
( |
SubsetIndex | j | ) |
const |
|
inline |
◆ columns()
◆ ElementRange()
const std::vector< ElementIndex > & operations_research::IndexListModelView::ElementRange |
( |
| ) |
const |
|
inline |
◆ MapCoreToFullElementIndex()
FullElementIndex operations_research::IndexListModelView::MapCoreToFullElementIndex |
( |
ElementIndex | core_i | ) |
const |
|
inline |
◆ MapCoreToFullSubsetIndex()
FullSubsetIndex operations_research::IndexListModelView::MapCoreToFullSubsetIndex |
( |
SubsetIndex | core_j | ) |
const |
|
inline |
◆ MapFullToCoreElementIndex()
ElementIndex operations_research::IndexListModelView::MapFullToCoreElementIndex |
( |
FullElementIndex | full_i | ) |
const |
|
inline |
◆ num_elements()
BaseInt operations_research::IndexListModelView::num_elements |
( |
| ) |
const |
|
inline |
◆ num_focus_elements()
BaseInt operations_research::IndexListModelView::num_focus_elements |
( |
| ) |
const |
|
inline |
◆ num_focus_subsets()
BaseInt operations_research::IndexListModelView::num_focus_subsets |
( |
| ) |
const |
|
inline |
◆ num_subsets()
BaseInt operations_research::IndexListModelView::num_subsets |
( |
| ) |
const |
|
inline |
◆ row_size()
BaseInt operations_research::IndexListModelView::row_size |
( |
ElementIndex | i | ) |
const |
|
inline |
◆ rows()
◆ subset_costs()
◆ SubsetRange()
const std::vector< SubsetIndex > & operations_research::IndexListModelView::SubsetRange |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: