![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <algorithm>#include <cstddef>#include <cstdint>#include <cstdio>#include <cstdlib>#include <cstring>#include <iterator>#include <limits>#include <type_traits>#include <vector>#include "absl/base/attributes.h"#include "absl/debugging/leak_check.h"#include "absl/log/check.h"#include "absl/types/span.h"#include "ortools/base/constant_divisor.h"#include "ortools/base/logging.h"#include "ortools/graph/iterators.h"Go to the source code of this file.
Namespaces | |
| namespace | util |
| namespace | util::internal |
Macros | |
| #define | DEFINE_RANGE_BASED_ARC_ITERATION(c, t) |
| #define | DEFINE_STL_ITERATOR_FUNCTIONS(iterator_class_name) |
Typedefs | |
| template<typename Graph, typename ArcIterator> | |
| using | util::ArcHeadIterator |
| template<typename Graph, typename ArcIterator> | |
| using | util::ArcOppositeArcIterator |
| typedef ListGraph | util::Graph |
Functions | |
| template<typename ArcIndexType> | |
| constexpr bool | util::internal::IsSigned () |
| template<class IntVector, class Array> | |
| void | util::Permute (const IntVector &permutation, Array *array_to_permute) |
| util::DEFINE_RANGE_BASED_ARC_ITERATION (ReverseArcListGraph, OutgoingOrOppositeIncoming) | |
| util::DEFINE_RANGE_BASED_ARC_ITERATION (ReverseArcStaticGraph, OutgoingOrOppositeIncoming) | |
| #define DEFINE_RANGE_BASED_ARC_ITERATION | ( | c, | |
| t ) |
| #define DEFINE_STL_ITERATOR_FUNCTIONS | ( | iterator_class_name | ) |