Google OR-Tools v9.12
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 220 of file sorted_interval_list.h.

Member Function Documentation

◆ begin()

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

Definition at line 221 of file sorted_interval_list.h.

◆ end()

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

Definition at line 222 of file sorted_interval_list.h.

Member Data Documentation

◆ intervals

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

Definition at line 225 of file sorted_interval_list.h.


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