4 status: Normal / Affected / Disrupted / Removed

This commit is contained in:
HaoYizhi 2023-07-01 19:00:46 +08:00
parent e6a2f942e0
commit fe58a2cf9a
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -80,9 +80,9 @@ class ControllerDB:
dct = {code: [product_code]}
list_dct.append(dct)
# list_dct = [{'140': ['1.4.5.1']}]
# list_dct = [{'133': ['1.4.4.1']}]
list_dct = [{'133': ['1.4.4.1']}]
# list_dct = [{'2': ['1.1.3']}]
list_dct = [{'135': ['1.3.2.1']}]
# list_dct = [{'135': ['1.3.2.1']}]
# list_dct = [{'79': ['2.1.3.4']}]
# list_dct = [{'99': ['1.3.3']}]
# list_dct = [{'41': ['1.4.5']}]

View File

@ -1,2 +1,2 @@
n_max_trial,prf_size,prf_conn,cap_limit_prob_type,cap_limit_level,diff_new_conn,crit_supplier,diff_disrupt,proactive_ratio,remove_t,netw_prf_n
10,TRUE,TRUE,uniform,10,0.1,1,0.01,1,5,2
10,TRUE,TRUE,uniform,10,0.5,0.1,0.01,1,5,2

1 n_max_trial prf_size prf_conn cap_limit_prob_type cap_limit_level diff_new_conn crit_supplier diff_disrupt proactive_ratio remove_t netw_prf_n
2 10 TRUE TRUE uniform 10 0.1 0.5 1 0.1 0.01 1 5 2