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,
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, bool log_statistics)
Collection of objects used to extend the Constraint Solver library.