14 #ifndef OR_TOOLS_SAT_CP_MODEL_CHECKER_H_
15 #define OR_TOOLS_SAT_CP_MODEL_CHECKER_H_
44 const std::vector<int64_t>& variable_values,
45 const CpModelProto* mapping_proto =
nullptr,
46 const std::vector<int>* postsolve_mapping =
nullptr);
bool SolutionIsFeasible(const CpModelProto &model, const std::vector< int64_t > &variable_values, const CpModelProto *mapping_proto, const std::vector< int > *postsolve_mapping)
std::string ValidateCpModel(const CpModelProto &model)
Collection of objects used to extend the Constraint Solver library.