14#ifndef OR_TOOLS_FLATZINC_CHECKER_H_
15#define OR_TOOLS_FLATZINC_CHECKER_H_
28 const std::function<
int64(IntegerVariable*)>& evaluator);
bool CheckSolution(const Model &model, const std::function< int64(IntegerVariable *)> &evaluator)
The vehicle routing library lets one model and solve generic vehicle routing problems ranging from th...