14 #ifndef OR_TOOLS_SAT_CP_MODEL_EXPAND_H_
15 #define OR_TOOLS_SAT_CP_MODEL_EXPAND_H_
19 #include "ortools/sat/cp_model.pb.h"
41 std::vector<absl::flat_hash_set<int64_t>>* states,
42 std::vector<absl::flat_hash_set<int64_t>>* labels);
GurobiMPCallbackContext * context
void ExpandCpModel(PresolveContext *context)
void FinalExpansionForLinearConstraint(PresolveContext *context)
void PropagateAutomaton(const AutomatonConstraintProto &proto, const PresolveContext &context, std::vector< absl::flat_hash_set< int64_t >> *states, std::vector< absl::flat_hash_set< int64_t >> *labels)
Collection of objects used to extend the Constraint Solver library.