![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <cstddef>
#include <cstdint>
#include <memory>
#include <vector>
#include "absl/log/check.h"
#include "absl/types/span.h"
#include "ortools/base/stl_util.h"
#include "ortools/graph/graph.h"
#include "ortools/graph/iterators.h"
Go to the source code of this file.
Classes | |
class | util::FlowGraph< NodeIndexType, ArcIndexType > |
Namespaces | |
namespace | util |
A collections of i/o utilities for the Graph classes in ./graph.h. | |
namespace | util::internal |
Functions | |
template<class Key, class Value> | |
void | util::internal::PermuteInto (absl::Span< const Key > permutation, absl::Span< const Value > input, absl::Span< Value > output) |
Helper to permute a given span into another one. | |