Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>
#include <set>
#include <vector>
#include "absl/container/flat_hash_map.h"
#include "absl/types/span.h"
#include "ortools/base/types.h"
Go to the source code of this file.
Classes | |
struct | operations_research::packing::ArcFlowGraph |
struct | operations_research::packing::ArcFlowGraph::Arc |
Namespaces | |
namespace | operations_research |
In SWIG mode, we don't want anything besides these top-level includes. | |
namespace | operations_research::packing |
Functions | |
ArcFlowGraph | operations_research::packing::BuildArcFlowGraph (const std::vector< int > &bin_dimensions, absl::Span< const std::vector< int > > item_dimensions_by_type, absl::Span< const int > demand_by_type) |
Main method. | |