43 void storeSuspiciousConstraints();
44 void storeInfeasibilityCauses();
45 std::vector<std::string> getLogs();
48 void buildConstraintsFromSlackVars(
const std::vector<const operations_research::MPVariable*>&);
49 void filterConstraintsToOneByType();
51 std::vector<std::shared_ptr<WatchedConstraint>> constraints_;
52 std::vector<std::string> report_;