OR-Tools  9.3
arc_flow_solver.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

 ABSL_FLAG (std::string, arc_flow_dump_model, "", "File to store the solver specific optimization proto.")
 
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)
 

Function Documentation

◆ ABSL_FLAG()

ABSL_FLAG ( std::string  ,
arc_flow_dump_model  ,
""  ,
"File to store the solver specific optimization proto."   
)