Go to the source code of this file.
|
| void | PostsolveClause (const ConstraintProto &ct, std::vector< Domain > *domains) |
| |
| void | PostsolveExactlyOne (const ConstraintProto &ct, std::vector< Domain > *domains) |
| |
| void | PostsolveLinear (const ConstraintProto &ct, const std::vector< bool > &prefer_lower_value, std::vector< Domain > *domains) |
| |
| void | PostsolveIntMax (const ConstraintProto &ct, std::vector< Domain > *domains) |
| |
| void | PostsolveElement (const ConstraintProto &ct, std::vector< Domain > *domains) |
| |
| void | PostsolveResponse (const int64_t num_variables_in_original_model, const CpModelProto &mapping_proto, const std::vector< int > &postsolve_mapping, CpSolverResponse *response) |
| |