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 | SetEnforcementLiteralToFalse (const ConstraintProto &ct, std::vector< Domain > *domains) |
| |
| void | PostsolveLinear (const ConstraintProto &ct, std::vector< Domain > *domains) |
| |
| void | PostsolveLinMax (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, std::vector< int64_t > *solution) |
| |