/[cvs]/nfo/python/scripts/sixdegrees/sixtest.py
ViewVC logotype

Diff of /nfo/python/scripts/sixdegrees/sixtest.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by joko, Wed Feb 6 01:22:13 2008 UTC revision 1.2 by joko, Wed Feb 6 01:45:22 2008 UTC
# Line 12  Line 12 
12  # This program is distributed in the hope that it will be useful,  # This program is distributed in the hope that it will be useful,
13  # but WITHOUT ANY WARRANTY; without even the implied warranty of  # but WITHOUT ANY WARRANTY; without even the implied warranty of
14  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  # GNU General Public License for more details.  # GNU Affero General Public License for more details.
16  #  #
17  # You should have received a copy of the GNU Affero General Public License  # You should have received a copy of the GNU Affero General Public License
18  # along with this program.  If not, see <http://www.gnu.org/licenses/>.  # along with this program.  If not, see <http://www.gnu.org/licenses/>.
# Line 28  MAX_SEARCH_DEPTH = 5 Line 28  MAX_SEARCH_DEPTH = 5
28  # settings for random graph  # settings for random graph
29  RANDOM_MAX_NODES = 10  RANDOM_MAX_NODES = 10
30  RANDOM_MAX_CHILDREN_PER_NODE = 5  RANDOM_MAX_CHILDREN_PER_NODE = 5
31  #RANDOM_MAX_NODES = 1000  RANDOM_MAX_NODES = 10000
32  #RANDOM_MAX_CHILDREN_PER_NODE = 10  RANDOM_MAX_CHILDREN_PER_NODE = 10
33    
34    
35  def operateOnFixedGraph():  def operateOnFixedGraph():

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed