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