![]() |
OR-Tools
9.1
|
Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| Collection of objects used to extend the Constraint Solver library. | |
| namespace | 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 58 of file arc_flow_builder.cc.
| int cur_item_quantity |
Definition at line 59 of file arc_flow_builder.cc.
| int demand |
Definition at line 49 of file arc_flow_builder.cc.
| std::vector<int> dimensions |
Definition at line 48 of file arc_flow_builder.cc.
| int original_index |
Definition at line 50 of file arc_flow_builder.cc.
| int right_child |
Definition at line 64 of file arc_flow_builder.cc.
| int up_child |
Definition at line 65 of file arc_flow_builder.cc.
| std::vector<int> used_dimensions |
Definition at line 60 of file arc_flow_builder.cc.