fix examples after FEASIBLE -> OPTIMAL CP-SAT change; improve display of the sudoku problem
This commit is contained in:
@@ -185,7 +185,7 @@ void CostasBool(const int dim) {
|
||||
}
|
||||
const CpSolverResponse response = SolveCpModel(cp_model.Build(), &model);
|
||||
|
||||
if (response.status() == CpSolverStatus::FEASIBLE) {
|
||||
if (response.status() == CpSolverStatus::OPTIMAL) {
|
||||
std::vector<int64> costas_matrix;
|
||||
std::string output;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user