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

#include <sorted_interval_list.h>

Public Member Functions

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

Public Attributes

const absl::InlinedVector< ClosedInterval, 1 > & intervals
 

Detailed Description

Definition at line 205 of file sorted_interval_list.h.

Member Function Documentation

◆ begin()

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

Definition at line 206 of file sorted_interval_list.h.

◆ end()

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

Definition at line 207 of file sorted_interval_list.h.

Member Data Documentation

◆ intervals

const absl::InlinedVector<ClosedInterval, 1>& operations_research::Domain::DomainIteratorBeginEnd::intervals

Definition at line 210 of file sorted_interval_list.h.


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