14 #ifndef OR_TOOLS_SAT_CP_MODEL_SEARCH_H_
15 #define OR_TOOLS_SAT_CP_MODEL_SEARCH_H_
34 const CpModelProto& cp_model_proto,
35 const std::vector<IntegerVariable>& variable_mapping,
36 IntegerVariable objective_var, Model*
model);
43 const CpModelProto& cp_model_proto,
44 const std::vector<IntegerVariable>& variable_mapping,
45 const std::function<LiteralIndex()>& instrumented_strategy, Model*
model);
53 const CpModelProto& cp_model,
54 const int worker_id, std::string*
name);
59 #endif // OR_TOOLS_SAT_CP_MODEL_SEARCH_H_