Go to the source code of this file.
|
| std::function< BooleanOrIntegerLiteral()> | ConstructUserSearchStrategy (const CpModelProto &cp_model_proto, Model *model) |
| |
| std::function< BooleanOrIntegerLiteral()> | ConstructFixedSearchStrategy (const CpModelProto &cp_model_proto, const std::vector< IntegerVariable > &variable_mapping, IntegerVariable objective_var, Model *model) |
| |
| std::function< BooleanOrIntegerLiteral()> | InstrumentSearchStrategy (const CpModelProto &cp_model_proto, const std::vector< IntegerVariable > &variable_mapping, const std::function< BooleanOrIntegerLiteral()> &instrumented_strategy, Model *model) |
| |
| std::vector< SatParameters > | GetDiverseSetOfParameters (const SatParameters &base_params, const CpModelProto &cp_model) |
| |
| std::vector< SatParameters > | GetFirstSolutionParams (const SatParameters &base_params, const CpModelProto &cp_model, int num_params_to_generate) |
| |