14#ifndef OR_TOOLS_SAT_CP_MODEL_POSTSOLVE_H_
15#define OR_TOOLS_SAT_CP_MODEL_POSTSOLVE_H_
21#include "ortools/sat/cp_model.pb.h"
45 const CpModelProto& mapping_proto,
46 const std::vector<int>& postsolve_mapping,
47 std::vector<int64_t>* solution);
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)
Collection of objects used to extend the Constraint Solver library.