![]() |
OR-Tools
9.6
|
Go to the source code of this file.
Namespaces | |
| operations_research | |
| Collection of objects used to extend the Constraint Solver library. | |
| operations_research::packing | |
Functions | |
| 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) |
| int cur_item_index |
Definition at line 61 of file arc_flow_builder.cc.
| int cur_item_quantity |
Definition at line 62 of file arc_flow_builder.cc.
| int demand |
Definition at line 52 of file arc_flow_builder.cc.
| std::vector<int> dimensions |
Definition at line 51 of file arc_flow_builder.cc.
| int original_index |
Definition at line 53 of file arc_flow_builder.cc.
| int right_child |
Definition at line 67 of file arc_flow_builder.cc.
| int up_child |
Definition at line 68 of file arc_flow_builder.cc.
| std::vector<int> used_dimensions |
Definition at line 63 of file arc_flow_builder.cc.