- Limit heuristics to sensible values.

This commit is contained in:
ccremers 2006-02-23 15:54:26 +00:00
parent b16023bf0e
commit 1aa77eec27

View File

@ -161,7 +161,7 @@ def main():
statesmax = maxor(2)
boundstatesmax = maxor(2)
for g in range(1,63):
for g in range(1,15):
(ra,rb,rp,nc,np,st) = test_goal_selector(g, options,
boundstatesmax.get())