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

Detailed Description

Definition at line 246 of file sorted_interval_list.h.

#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

Member Function Documentation

◆ begin()

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

Definition at line 247 of file sorted_interval_list.h.

◆ end()

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

Definition at line 248 of file sorted_interval_list.h.

Member Data Documentation

◆ intervals

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

Definition at line 251 of file sorted_interval_list.h.


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