more graph cleaning

This commit is contained in:
Laurent Perron
2025-01-03 10:56:52 +01:00
parent 6fffbf6ecf
commit d06553e3d6
2 changed files with 5 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ void SimpleMaxFlowProgram() {
// [END solve]
// [START print_solution]
if (status == MaxFlow::OPTIMAL) {
if (status == SimpleMaxFlow::OPTIMAL) {
LOG(INFO) << "Max flow: " << max_flow.OptimalFlow();
LOG(INFO) << "";
LOG(INFO) << " Arc Flow / Capacity";