28 #include "ortools/linear_solver/linear_solver.h"
29 #include "watched-constraints.h"
31 namespace operations_research
36 namespace Antares::Optimization
43 void storeSuspiciousConstraints();
44 void storeInfeasibilityCauses();
45 const std::vector<std::string>& getLogs()
const;
48 void filterConstraintsToOneByType();
50 std::vector<std::shared_ptr<WatchedConstraint>> constraints_;
51 std::vector<std::string> report_;