OR-Tools  9.1
arc_flow_builder.cc File Reference

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)
 

Variable Documentation

◆ cur_item_index

int cur_item_index

Definition at line 58 of file arc_flow_builder.cc.

◆ cur_item_quantity

int cur_item_quantity

Definition at line 59 of file arc_flow_builder.cc.

◆ demand

int demand

Definition at line 49 of file arc_flow_builder.cc.

◆ dimensions

std::vector<int> dimensions

Definition at line 48 of file arc_flow_builder.cc.

◆ original_index

int original_index

Definition at line 50 of file arc_flow_builder.cc.

◆ right_child

int right_child

Definition at line 64 of file arc_flow_builder.cc.

◆ up_child

int up_child

Definition at line 65 of file arc_flow_builder.cc.

◆ used_dimensions

std::vector<int> used_dimensions

Definition at line 60 of file arc_flow_builder.cc.