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

Detailed Description

Definition at line 1219 of file util.h.

#include <util.h>

Classes

class  Iterator

Public Member Functions

 DagTopologicalSortIterator ()=default
 DagTopologicalSortIterator (int size)
Iterator begin () const ABSL_ATTRIBUTE_LIFETIME_BOUND
Iterator end () const ABSL_ATTRIBUTE_LIFETIME_BOUND
void Reset (int size)
void AddArc (int from, int to)

Constructor & Destructor Documentation

◆ DagTopologicalSortIterator() [1/2]

operations_research::sat::DagTopologicalSortIterator::DagTopologicalSortIterator ( )
default

◆ DagTopologicalSortIterator() [2/2]

operations_research::sat::DagTopologicalSortIterator::DagTopologicalSortIterator ( int size)
inlineexplicit

Definition at line 1224 of file util.h.

Member Function Documentation

◆ AddArc()

void operations_research::sat::DagTopologicalSortIterator::AddArc ( int from,
int to )
inline

Definition at line 1318 of file util.h.

◆ begin()

Iterator operations_research::sat::DagTopologicalSortIterator::begin ( ) const
inline

Definition at line 1308 of file util.h.

◆ end()

Iterator operations_research::sat::DagTopologicalSortIterator::end ( ) const
inline

Definition at line 1311 of file util.h.

◆ Reset()

void operations_research::sat::DagTopologicalSortIterator::Reset ( int size)
inline

Definition at line 1315 of file util.h.


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