27 #include "unfeasibility-analysis.h"
29 namespace operations_research
34 namespace Antares::Optimization
47 void run(operations_research::MPSolver* problem);
48 void printReport()
const;
51 std::vector<std::unique_ptr<UnfeasibilityAnalysis>> analysisList_;
54 std::unique_ptr<UnfeasiblePbAnalyzer> makeUnfeasiblePbAnalyzer();
Definition: unfeasible-pb-analyzer.h:43