14#ifndef OR_TOOLS_PACKING_ARC_FLOW_SOLVER_H_
15#define OR_TOOLS_PACKING_ARC_FLOW_SOLVER_H_
18#include "ortools/packing/vector_bin_packing.pb.h"
24 const vbp::VectorBinPackingProblem& problem,
26 const std::string& mip_params,
double time_limit,
int num_threads,
OptimizationProblemType
The type of problems (LP or MIP) that will be solved and the underlying solver (GLOP,...
ModelSharedTimeLimit * time_limit
A C++ wrapper that provides a simple and unified interface to several linear programming and mixed in...
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)
Collection of objects used to extend the Constraint Solver library.