Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include "ortools/graph/topologicalsorter.h"
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <limits>
#include <map>
#include <queue>
#include <string>
#include <utility>
#include <vector>
#include "absl/status/status.h"
#include "absl/types/span.h"
#include "ortools/base/map_util.h"
#include "ortools/base/stl_util.h"
Go to the source code of this file.
Namespaces | |
namespace | util |
A collections of i/o utilities for the Graph classes in ./graph.h. | |
namespace | util::internal |
Variables | |
static const int | util::internal::kLazyDuplicateDetectionSizeThreshold = 16 |