27 #ifndef OR_TOOLS_BOP_COMPLETE_OPTIMIZER_H_
28 #define OR_TOOLS_BOP_COMPLETE_OPTIMIZER_H_
59 int64 state_update_stamp_;
61 bool assumptions_already_added_;
63 sat::Coefficient offset_;
64 sat::Coefficient lower_bound_;
65 sat::Coefficient upper_bound_;
66 sat::Coefficient stratified_lower_bound_;
67 std::deque<sat::EncodingNode> repository_;
68 std::vector<sat::EncodingNode*> nodes_;
74 #endif // OR_TOOLS_BOP_COMPLETE_OPTIMIZER_H_