Go to the source code of this file.
|
| std::string | ValidateCpModel (const CpModelProto &model, bool after_presolve) |
| |
| std::string | ValidateInputCpModel (const SatParameters ¶ms, const CpModelProto &model) |
| |
| bool | PossibleIntegerOverflow (const CpModelProto &model, absl::Span< const int > vars, absl::Span< const int64_t > coeffs, int64_t offset) |
| |
| bool | SolutionIsFeasible (const CpModelProto &model, absl::Span< const int64_t > variable_values, const CpModelProto *mapping_proto, const std::vector< int > *postsolve_mapping) |
| |