Replace 0 by EXIT_SUCCESS

This commit is contained in:
Corentin Le Molgat
2018-11-07 09:52:37 +01:00
parent f7060f83a5
commit 9cad0c15ae
44 changed files with 45 additions and 45 deletions

View File

@@ -167,7 +167,7 @@ int SolveDimacsAssignment(int argc, char* argv[]) {
}
delete assignment;
delete graph;
return 0;
return EXIT_SUCCESS;
}
} // namespace operations_research