![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include "ortools/graph/connected_components.h"#include <algorithm>#include <numeric>#include <vector>#include "absl/log/check.h"#include "ortools/base/stl_util.h"