![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>#include <string>#include <vector>#include "absl/log/check.h"#include "absl/strings/string_view.h"#include "absl/time/time.h"#include "absl/types/span.h"#include "ortools/base/strong_int.h"#include "ortools/base/strong_vector.h"#include "ortools/set_cover/base_types.h"#include "ortools/set_cover/set_cover.pb.h"Go to the source code of this file.
Classes | |
| class | operations_research::SetCoverModel |
| Main class for describing a weighted set-covering problem. More... | |
| struct | operations_research::SetCoverModel::Stats |
| class | operations_research::IntersectingSubsetsIterator |
| class | operations_research::IntersectingSubsetsRange |
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |