![]() |
OR-Tools
9.3
|
Namespaces | |
| namespace | vbp |
Classes | |
| struct | ArcFlowGraph |
| class | BinPacking2dParser |
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) |
| vbp::VectorBinPackingSolution | SolveVectorBinPackingWithArcFlow (const vbp::VectorBinPackingProblem &problem, MPSolver::OptimizationProblemType solver_type, const std::string &mip_params, double time_limit, int num_threads, int max_bins) |
| 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 | ||
| ) |
Definition at line 399 of file arc_flow_builder.cc.
| vbp::VectorBinPackingSolution SolveVectorBinPackingWithArcFlow | ( | const vbp::VectorBinPackingProblem & | problem, |
| MPSolver::OptimizationProblemType | solver_type, | ||
| const std::string & | mip_params, | ||
| double | time_limit, | ||
| int | num_threads, | ||
| int | max_bins | ||
| ) |
Definition at line 75 of file arc_flow_solver.cc.