Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
capacity_model.h File Reference
#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
 In SWIG mode, we don't want anything besides these top-level includes.

Typedefs

using operations_research::CapacityWeight = int64_t
 Basic type for weights. For now, the same as Cost for the set covering.
using operations_research::CapacityElements
using operations_research::CapacitySubsets
using operations_research::CapacityWeights

Functions

 operations_research::DEFINE_STRONG_INT_TYPE (CapacityTermIndex, BaseInt)
 Term index in a capacity constraint.