Definition at line 202 of file set_cover_views.h.
#include <set_cover_views.h>
|
| | FilterModelView ()=default |
| | FilterModelView (const SetCoverModel *model, const SubsetBoolVector *cols_sizes, const ElementBoolVector *rows_sizes, BaseInt num_subsets, BaseInt num_elements) |
| BaseInt | num_subsets () const |
| BaseInt | num_elements () const |
| BaseInt | num_focus_subsets () const |
| BaseInt | num_focus_elements () const |
| auto | subset_costs () const -> util_intops::IndexFilterView< Cost, SubsetBoolVector > |
| auto | columns () const -> util_intops::TwoLevelsView< util_intops::IndexFilterView< SparseColumnSparseColumn, SubsetBoolVector >, ElementBoolVector > |
| auto | rows () const -> util_intops::TwoLevelsView< util_intops::IndexFilterView< SparseRow, ElementBoolVector >, SubsetBoolVector > |
| auto | SubsetRange () const -> util_intops::FilterIndexRangeView< SubsetIndex, SubsetBoolVector > |
| auto | ElementRange () const -> util_intops::FilterIndexRangeView< ElementIndex, ElementBoolVector > |
| bool | IsFocusCol (SubsetIndex j) const |
| bool | IsFocusRow (ElementIndex i) const |
| const SetCoverModel & | base () const |
◆ FilterModelView() [1/2]
| operations_research::FilterModelView::FilterModelView |
( |
| ) |
|
|
default |
◆ FilterModelView() [2/2]
◆ base()
| const SetCoverModel & operations_research::FilterModelView::base |
( |
| ) |
const |
|
inline |
◆ columns()
◆ ElementRange()
◆ IsFocusCol()
| bool operations_research::FilterModelView::IsFocusCol |
( |
SubsetIndex | j | ) |
const |
|
inline |
◆ IsFocusRow()
| bool operations_research::FilterModelView::IsFocusRow |
( |
ElementIndex | i | ) |
const |
|
inline |
◆ num_elements()
| BaseInt operations_research::FilterModelView::num_elements |
( |
| ) |
const |
|
inline |
◆ num_focus_elements()
| BaseInt operations_research::FilterModelView::num_focus_elements |
( |
| ) |
const |
|
inline |
◆ num_focus_subsets()
| BaseInt operations_research::FilterModelView::num_focus_subsets |
( |
| ) |
const |
|
inline |
◆ num_subsets()
| BaseInt operations_research::FilterModelView::num_subsets |
( |
| ) |
const |
|
inline |
◆ rows()
◆ subset_costs()
◆ SubsetRange()
The documentation for this class was generated from the following file: