Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::Domain::DomainIteratorBeginEndWithOwnership Struct Reference

#include <sorted_interval_list.h>

Public Member Functions

DomainIterator begin () const
 
absl::InlinedVector< ClosedInterval, 1 >::const_iterator end () const
 

Public Attributes

absl::InlinedVector< ClosedInterval, 1 > intervals
 

Detailed Description

Definition at line 212 of file sorted_interval_list.h.

Member Function Documentation

◆ begin()

DomainIterator operations_research::Domain::DomainIteratorBeginEndWithOwnership::begin ( ) const
inline

Definition at line 213 of file sorted_interval_list.h.

◆ end()

absl::InlinedVector< ClosedInterval, 1 >::const_iterator operations_research::Domain::DomainIteratorBeginEndWithOwnership::end ( ) const
inline

Definition at line 214 of file sorted_interval_list.h.

Member Data Documentation

◆ intervals

absl::InlinedVector<ClosedInterval, 1> operations_research::Domain::DomainIteratorBeginEndWithOwnership::intervals

Definition at line 217 of file sorted_interval_list.h.


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