@@ -1151,17 +1151,7 @@ def get_spec(self):
1151
1151
"required" : True ,
1152
1152
"description" : "List of resource caps or the number of available resources at each step of "
1153
1153
"the analysis. Each item in the list is a dictionary specifying the resource type and the "
1154
- "corresponding quantity available. "
1155
- "For example: "
1156
- "* If `network_type`=*from_csv*, you have two options:* if, for example, "
1157
- '`R_c`= [{"budget": 3}, {"budget": 6}], then the analysis is done for the cases '
1158
- 'when there are 3 and 6 resources available of type "budget" '
1159
- '(total resource assignment).* if, for example, `R_c`= [{"budget": {1:1, 2:1}}, '
1160
- '{"budget": {1:1, 2:2}}, {"budget": {1:3, 2:3}}] and given there are 2 layers,'
1161
- " then the analysis is done for the case where each layer gets 1 resource of "
1162
- 'type "budget", AND the case where layer 1 gets 1 and layer 2 gets 2 resources of '
1163
- 'type "budget", AND the case where each layer gets 3 resources of type '
1164
- '"budget" (Prescribed resource for each layer).' ,
1154
+ "corresponding quantity available. " ,
1165
1155
"type" : list ,
1166
1156
},
1167
1157
{
@@ -1173,11 +1163,9 @@ def get_spec(self):
1173
1163
{
1174
1164
"id" : "method" ,
1175
1165
"required" : True ,
1176
- "description" : "Based name of method to use. "
1177
- "There are two choices of method: 1. `INDP`: runs Interdependent Network. "
1178
- "Restoration Problem (INDP). 2. `TDINDP`: runs time-dependent INDP (td-INDP). In "
1179
- 'both cases, if "TIME_RESOURCE" is True, then the repair time for each element '
1180
- "is considered in devising the restoration plans." ,
1166
+ "description" : "There are two choices of method: 1. INDP: runs Interdependent Network Restoration "
1167
+ "Problem (INDP). 2. TDINDP: runs time-dependent INDP (td-INDP). In both cases, if TIME_RESOURCE is "
1168
+ "True, then the repair time for each element is considered." ,
1181
1169
"type" : str ,
1182
1170
},
1183
1171
{
0 commit comments