58 using IdType =
typename ConstraintType::IdType;
59 std::vector<ConstraintType> result;
60 result.reserve(storage.num_constraints<IdType>());
61 for (
const IdType con_id : storage.Constraints<IdType>()) {
62 result.push_back(ConstraintType(&storage, con_id));