Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/rev/9ab7f6058fe6
Дата изменения: Unknown
Дата индексирования: Tue Oct 2 00:59:19 2012
Кодировка:
allpy: 9ab7f6058fe6

allpy

changeset 881:9ab7f6058fe6

blobks3d.py: default don't use full Bron-Kerbosh at all on the first stage, only use fast algorithm see #114
author Boris Nagaev <bnagaev@gmail.com>
date Sun, 18 Sep 2011 11:57:45 +0400
parents d5046180128d
children 25e391cd9098
files blocks3d/blocks3d.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/blocks3d/blocks3d.py	Thu Sep 15 23:01:51 2011 +0400
     1.2 +++ b/blocks3d/blocks3d.py	Sun Sep 18 11:57:45 2011 +0400
     1.3 @@ -34,7 +34,7 @@
     1.4  p.add_argument('-H',help='Output html file',metavar='FILE',type=w)
     1.5  p.add_argument('-d',help='Distance spreading',metavar='float',type=f_nng,default=c.delta)
     1.6  p.add_argument('-m',help='Min block width',metavar='int',type=pos,default=c.min_width)
     1.7 -p.add_argument('-t',help='Bron-Kerbosh (couple cores) timeout (-1 - unlimited)',metavar='int',type=timeout,default=c.timeout)
     1.8 +p.add_argument('-t',help='Bron-Kerbosh (couple cores) timeout (-1 - unlimited)',metavar='int',type=timeout,default=0)
     1.9  p.add_argument('-T',help='Bron-Kerbosh (blocks) timeout (-1 - unlimited)',metavar='int',type=timeout,default=c.timeout_2)
    1.10  
    1.11  args = p.parse_args()