Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::IntersectingSubsetsIterator Class Reference

Detailed Description

Definition at line 418 of file set_cover_model.h.

#include <set_cover_model.h>

Public Member Functions

 IntersectingSubsetsIterator (const SetCoverModel &model, SubsetIndex seed_subset, bool at_end=false)
bool at_end () const
SubsetIndex operator* () const
bool operator!= (const IntersectingSubsetsIterator &other) const
IntersectingSubsetsIteratoroperator++ ()

Constructor & Destructor Documentation

◆ IntersectingSubsetsIterator()

operations_research::IntersectingSubsetsIterator::IntersectingSubsetsIterator ( const SetCoverModel & model,
SubsetIndex seed_subset,
bool at_end = false )
inline

Definition at line 420 of file set_cover_model.h.

Member Function Documentation

◆ at_end()

bool operations_research::IntersectingSubsetsIterator::at_end ( ) const
inline

Definition at line 454 of file set_cover_model.h.

◆ operator!=()

bool operations_research::IntersectingSubsetsIterator::operator!= ( const IntersectingSubsetsIterator & other) const
inline

Definition at line 460 of file set_cover_model.h.

◆ operator*()

SubsetIndex operations_research::IntersectingSubsetsIterator::operator* ( ) const
inline

Definition at line 457 of file set_cover_model.h.

◆ operator++()

IntersectingSubsetsIterator & operations_research::IntersectingSubsetsIterator::operator++ ( )
inline

Definition at line 467 of file set_cover_model.h.


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