Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <sys/types.h>
#include <string>
#include <vector>
#include "absl/log/check.h"
#include "absl/strings/str_cat.h"
#include "ortools/algorithms/set_cover.pb.h"
#include "ortools/base/strong_int.h"
#include "ortools/base/strong_vector.h"
#include "ortools/util/aligned_memory.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 |
Namespaces | |
namespace | operations_research |
In SWIG mode, we don't want anything besides these top-level includes. | |
Functions | |
operations_research::DEFINE_STRONG_INT_TYPE (SubsetIndex, BaseInt) | |
operations_research::DEFINE_STRONG_INT_TYPE (ElementIndex, BaseInt) | |
Element index. | |
operations_research::DEFINE_STRONG_INT_TYPE (ColumnEntryIndex, BaseInt) | |
operations_research::DEFINE_STRONG_INT_TYPE (RowEntryIndex, BaseInt) | |
Variables | |
constexpr int | operations_research::kSetCoverAlignmentInBytes = 64 |