base() const | operations_research::IndexListModelView | inline |
column_size(SubsetIndex j) const | operations_research::IndexListModelView | inline |
columns() const -> util_intops::TwoLevelsView< util_intops::IndexListView< SparseColumn, SubsetIndex >, ElementToIntVector > | operations_research::IndexListModelView | inline |
ElementRange() const | operations_research::IndexListModelView | inline |
fixed_columns() const | operations_research::scp::SubModelView | inline |
fixed_cost() const | operations_research::scp::SubModelView | inline |
FixMoreColumns(const std::vector< SubsetIndex > &columns_to_fix) | operations_research::scp::SubModelView | virtual |
IndexListModelView()=default | 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) | operations_research::IndexListModelView | inline |
MapCoreToFullElementIndex(ElementIndex core_i) const | operations_research::IndexListModelView | inline |
MapCoreToFullSubsetIndex(SubsetIndex core_j) const | operations_research::IndexListModelView | inline |
MapFullToCoreElementIndex(FullElementIndex full_i) const | operations_research::IndexListModelView | inline |
num_elements() const | operations_research::IndexListModelView | inline |
num_focus_elements() const | operations_research::IndexListModelView | inline |
num_focus_subsets() const | operations_research::IndexListModelView | inline |
num_subsets() const | operations_research::IndexListModelView | inline |
ResetColumnFixing(const std::vector< FullSubsetIndex > &columns_to_fix, const DualState &state) | operations_research::scp::SubModelView | virtual |
row_size(ElementIndex i) const | operations_research::IndexListModelView | inline |
rows() const -> util_intops::TwoLevelsView< util_intops::IndexListView< SparseRow, ElementIndex >, SubsetToIntVector > | operations_research::IndexListModelView | inline |
SetFocus(const std::vector< FullSubsetIndex > &columns_focus) | operations_research::scp::SubModelView | |
StrongTypedFullModelView() const | operations_research::scp::SubModelView | inline |
SubModelView()=default | operations_research::scp::SubModelView | |
SubModelView(const Model *model) | operations_research::scp::SubModelView | |
SubModelView(const Model *model, const std::vector< FullSubsetIndex > &columns_focus) | operations_research::scp::SubModelView | |
subset_costs() const -> util_intops::IndexListView< Cost, SubsetIndex > | operations_research::IndexListModelView | inline |
SubsetRange() const | operations_research::IndexListModelView | inline |
UpdateCore(Cost best_lower_bound, const ElementCostVector &best_multipliers, const Solution &best_solution, bool force) | operations_research::scp::SubModelView | inlinevirtual |
~SubModelView()=default | operations_research::scp::SubModelView | virtual |