OR-Tools  9.3
cp_model_checker.h 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::sat
 

Functions

std::string ValidateCpModel (const CpModelProto &model, bool after_presolve)
 
std::string ValidateInputCpModel (const SatParameters &params, const CpModelProto &model)
 
bool SolutionIsFeasible (const CpModelProto &model, const std::vector< int64_t > &variable_values, const CpModelProto *mapping_proto, const std::vector< int > *postsolve_mapping)