30 namespace Antares::Data
35 mutable std::vector<long> linkIndex;
36 mutable std::vector<double> linkWeight;
37 mutable std::vector<double> clusterWeight;
38 mutable std::vector<int> linkOffset;
39 mutable std::vector<int> clusterOffset;
40 mutable std::vector<long> clusterIndex;
41 mutable std::vector<long> clustersAreaIndex;
Definition: BindingConstraintStructures.h:34