40 #ifndef OR_TOOLS_PACKING_ARC_FLOW_BUILDER_H_ 41 #define OR_TOOLS_PACKING_ARC_FLOW_BUILDER_H_ 47 #include "absl/container/flat_hash_map.h" 72 std::vector<std::vector<int>>
nodes;
85 const std::vector<int>& bin_dimensions,
86 const std::vector<std::vector<int>>& item_dimensions_by_type,
87 const std::vector<int>& demand_by_type);
92 #endif // OR_TOOLS_PACKING_ARC_FLOW_BUILDER_H_ bool operator<(const Arc &other) const
std::vector< std::vector< int > > nodes
Collection of objects used to extend the Constraint Solver library.
ArcFlowGraph BuildArcFlowGraph(const std::vector< int > &bin_dimensions, const std::vector< std::vector< int >> &item_dimensions_by_type, const std::vector< int > &demand_by_type)