OR-Tools  9.3
cp_model_search.cc File Reference

Go to the source code of this file.

Classes

struct  VarValue
 

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 
namespace  operations_research::sat
 

Functions

 ABSL_FLAG (bool, cp_model_use_max_hs, false, "Use max_hs in search portfolio.")
 
const std::function< BooleanOrIntegerLiteral()> ConstructSearchStrategyInternal (const std::vector< DecisionStrategyProto > &strategies, Model *model)
 
std::function< BooleanOrIntegerLiteral()> ConstructSearchStrategy (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)
 

Function Documentation

◆ ABSL_FLAG()

ABSL_FLAG ( bool  ,
cp_model_use_max_hs  ,
false  ,
"Use max_hs in search portfolio."   
)