![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <set_cover_model.h>
Public Types | |
using | iterator = IntersectingSubsetsIterator |
using | const_iterator = IntersectingSubsetsIterator |
Public Member Functions | |
IntersectingSubsetsRange (const SetCoverModel &model, SubsetIndex seed_subset) | |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
IntersectingSubsetsRange is a range of intersecting subsets for a fixed seed subset. Can be used with range-based for-loops.
Definition at line 523 of file set_cover_model.h.
Definition at line 526 of file set_cover_model.h.
Definition at line 525 of file set_cover_model.h.
|
inline |
Definition at line 528 of file set_cover_model.h.
|
inline |
Definition at line 531 of file set_cover_model.h.
|
inline |
Definition at line 537 of file set_cover_model.h.
|
inline |
Definition at line 533 of file set_cover_model.h.
|
inline |
Definition at line 541 of file set_cover_model.h.