|
std::function< BooleanOrIntegerLiteral()> | operations_research::sat::ConstructUserSearchStrategy (const CpModelProto &cp_model_proto, Model *model) |
| Constructs the search strategy specified in the given CpModelProto.
|
|
std::function< BooleanOrIntegerLiteral()> | operations_research::sat::ConstructHeuristicSearchStrategy (const CpModelProto &cp_model_proto, Model *model) |
| Constructs a search strategy tailored for the current model.
|
|
std::function< BooleanOrIntegerLiteral()> | operations_research::sat::ConstructIntegerCompletionSearchStrategy (const std::vector< IntegerVariable > &variable_mapping, IntegerVariable objective_var, Model *model) |
| Constructs an integer completion search strategy.
|
|
std::function< BooleanOrIntegerLiteral()> | operations_research::sat::ConstructHintSearchStrategy (const CpModelProto &cp_model_proto, CpModelMapping *mapping, Model *model) |
| Constructs a search strategy that follow the hint from the model.
|
|
std::function< BooleanOrIntegerLiteral()> | operations_research::sat::ConstructFixedSearchStrategy (std::function< BooleanOrIntegerLiteral()> user_search, std::function< BooleanOrIntegerLiteral()> heuristic_search, std::function< BooleanOrIntegerLiteral()> integer_completion) |
|
std::function< BooleanOrIntegerLiteral()> | operations_research::sat::InstrumentSearchStrategy (const CpModelProto &cp_model_proto, const std::vector< IntegerVariable > &variable_mapping, std::function< BooleanOrIntegerLiteral()> instrumented_strategy, Model *model) |
|
absl::flat_hash_map< std::string, SatParameters > | operations_research::sat::GetNamedParameters (SatParameters base_params) |
|
std::vector< SatParameters > | operations_research::sat::GetFullWorkerParameters (const SatParameters &base_params, const CpModelProto &cp_model, int num_already_present, SubsolverNameFilter *filter) |
|
std::vector< SatParameters > | operations_research::sat::RepeatParameters (absl::Span< const SatParameters > base_params, int num_params_to_generate) |
|
std::vector< SatParameters > | operations_research::sat::GetFirstSolutionBaseParams (const SatParameters &base_params) |
|