--- nfo/python/scripts/sixdegrees/sixtest.py 2008/02/06 01:22:13 1.1 +++ nfo/python/scripts/sixdegrees/sixtest.py 2008/02/06 01:45:22 1.2 @@ -1,6 +1,6 @@ #!/usr/bin/env python -# $Id: sixtest.py,v 1.1 2008/02/06 01:22:13 joko Exp $ +# $Id: sixtest.py,v 1.2 2008/02/06 01:45:22 joko Exp $ # (c) 2008 Andreas Motl @@ -12,7 +12,7 @@ # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . @@ -28,8 +28,8 @@ # settings for random graph RANDOM_MAX_NODES = 10 RANDOM_MAX_CHILDREN_PER_NODE = 5 -#RANDOM_MAX_NODES = 1000 -#RANDOM_MAX_CHILDREN_PER_NODE = 10 +RANDOM_MAX_NODES = 10000 +RANDOM_MAX_CHILDREN_PER_NODE = 10 def operateOnFixedGraph():