Explorar o código

无法同时显示6种算法类型问题

zhangdongming %!s(int64=2) %!d(string=hai) anos
pai
achega
15177373f6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Service/EquipmentInfoService.py

+ 1 - 1
Service/EquipmentInfoService.py

@@ -362,7 +362,7 @@ class EquipmentInfoService:
         """
         arr_list = []
         event_arr = []
-        resource_list = [1, 2, 4, 8]
+        resource_list = [1, 2, 4, 8, 16, 32]
         for i in range(2, len(resource_list) + 1):
             arr_list += list(itertools.combinations(resource_list, i))  # 表示从 [1,2,3,4] 中选出 3个元素的组合情况
         for i in arr_list: