- Minor changes.
This commit is contained in:
parent
99861d3e03
commit
8b1d714b73
@ -11,71 +11,59 @@ def list_ppfix(list, prefix, postfix):
|
|||||||
|
|
||||||
def from_good_literature():
|
def from_good_literature():
|
||||||
list = [ \
|
list = [ \
|
||||||
"bke.spdl",
|
"ccitt509-1c.spdl",
|
||||||
"boyd.spdl",
|
"ccitt509-1.spdl",
|
||||||
"ccitt509-ban.spdl",
|
"ccitt509-3.spdl",
|
||||||
"denning-sacco-shared.spdl",
|
"ccitt509-ban3.spdl",
|
||||||
"gong-nonce-b.spdl",
|
"denning-sacco-lowe.spdl",
|
||||||
"gong-nonce.spdl",
|
"denning-sacco.spdl",
|
||||||
"isoiec11770-2-13.spdl",
|
"kaochow.spdl",
|
||||||
"kaochow-v2.spdl",
|
"kaochow-v2.spdl",
|
||||||
"kaochow-v3.spdl",
|
"kaochow-v3.spdl",
|
||||||
"nsl3.spdl",
|
"ksl-lowe.spdl",
|
||||||
"ksl.spdl",
|
"ksl.spdl",
|
||||||
"soph.spdl",
|
"needham-schroeder-lowe.spdl",
|
||||||
"splice-as-hc-cj.spdl",
|
"needham-schroeder-sk-amend.spdl",
|
||||||
"woolam-pi-f.spdl",
|
"needham-schroeder-sk.spdl",
|
||||||
|
"neumannstub-hwang.spdl",
|
||||||
|
"neumannstub.spdl",
|
||||||
|
"otwayrees.spdl",
|
||||||
|
"smartright.spdl",
|
||||||
|
"splice-as-cj.spdl",
|
||||||
|
"splice-as-hc.spdl",
|
||||||
|
"splice-as.spdl",
|
||||||
|
"woo-lam-pi-f.spdl",
|
||||||
|
"woo-lam-pi.spdl",
|
||||||
|
"woo-lam.spdl",
|
||||||
"yahalom-lowe.spdl",
|
"yahalom-lowe.spdl",
|
||||||
"yahalom-paulson.spdl",
|
"yahalom-paulson.spdl" ]
|
||||||
"yahalom.spdl" ]
|
|
||||||
|
|
||||||
return list_ppfix(list, "../spdl/","")
|
return list_ppfix(list, "../spdl/SPORE/","")
|
||||||
|
|
||||||
def from_bad_literature():
|
def from_bad_literature():
|
||||||
list = [ \
|
list = [ \
|
||||||
|
"andrew-ban-concrete.spdl",
|
||||||
"andrew-ban.spdl",
|
"andrew-ban.spdl",
|
||||||
"andrew-lowe-ban.spdl",
|
"andrew-lowe-ban.spdl",
|
||||||
"kaochow.spdl",
|
"andrew.spdl",
|
||||||
"ns3.spdl",
|
"needham-schroeder.spdl",
|
||||||
"ns-symmetric-amended.spdl",
|
|
||||||
"ns-symmetric.spdl",
|
|
||||||
"otwayrees.spdl",
|
|
||||||
"splice-as-hc.spdl",
|
|
||||||
"splice-as.spdl",
|
|
||||||
"tmn.spdl",
|
"tmn.spdl",
|
||||||
"wmf-brutus.spdl",
|
"wmf-lowe.spdl",
|
||||||
"woolam-cmv.spdl",
|
"wmf.spdl",
|
||||||
"yahalom-ban.spdl" ]
|
"woo-lam-pi-1.spdl",
|
||||||
|
"woo-lam-pi-2.spdl",
|
||||||
|
"woo-lam-pi-3.spdl",
|
||||||
|
"yahalom-ban.spdl",
|
||||||
|
"yahalom.spdl" ]
|
||||||
|
|
||||||
return list_ppfix(list, "../spdl/","")
|
return list_ppfix(list, "../spdl/SPORE/","")
|
||||||
|
|
||||||
def from_literature():
|
def from_literature():
|
||||||
return from_good_literature() + from_bad_literature()
|
return from_good_literature() + from_bad_literature()
|
||||||
|
|
||||||
def from_others():
|
def from_others():
|
||||||
list = [ \
|
list = [ \
|
||||||
"bke-broken.spdl",
|
]
|
||||||
"bke-one.spdl",
|
|
||||||
"bkepk-ce2.spdl",
|
|
||||||
"bkepk-ce.spdl",
|
|
||||||
"broken1.spdl",
|
|
||||||
"carkey-broken-limited.spdl",
|
|
||||||
"carkey-broken.spdl",
|
|
||||||
"carkey-ni2.spdl",
|
|
||||||
"carkey-ni.spdl",
|
|
||||||
"five-run-bound.spdl",
|
|
||||||
"helloworld.spdl",
|
|
||||||
"kaochow-palm.spdl",
|
|
||||||
"ns3-brutus.spdl",
|
|
||||||
"nsl3-nisynch-rep.spdl",
|
|
||||||
"nsl7.spdl",
|
|
||||||
"onetrace.spdl",
|
|
||||||
"samasc-broken.spdl",
|
|
||||||
"simplest.spdl",
|
|
||||||
"soph-keyexch.spdl",
|
|
||||||
"speedtest.spdl",
|
|
||||||
"woolam-ce.spdl",
|
|
||||||
"unknown2.spdl"]
|
|
||||||
|
|
||||||
return list_ppfix(list, "../spdl/","")
|
return list_ppfix(list, "../spdl/","")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user