![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>
#include <memory>
#include "absl/memory/memory.h"
#include "ortools/base/types.h"
#include "ortools/graph/graph.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. | |
Functions | |
template<class Graph> | |
std::unique_ptr< Graph > | util::Create2DGridGraph (int64_t width, int64_t height) |