![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <cmath>#include <cstdint>#include <limits>#include <vector>#include "absl/log/check.h"#include "ortools/base/strong_int.h"#include "ortools/base/strong_vector.h"#include "ortools/set_cover/base_types.h"#include "ortools/set_cover/capacity.pb.h"#include "ortools/set_cover/set_cover_model.h"Go to the source code of this file.
Classes | |
| class | operations_research::CapacityModel |
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
Typedefs | |
| using | operations_research::CapacityWeight = int64_t |
| using | operations_research::CapacityElements |
| using | operations_research::CapacitySubsets |
| using | operations_research::CapacityWeights |
Functions | |
| operations_research::DEFINE_STRONG_INT_TYPE (CapacityTermIndex, BaseInt) | |