clean up steel_lns, added a few missing consts

This commit is contained in:
lperron@google.com
2010-10-14 16:05:21 +00:00
parent 2862929725
commit 2af0467eb7
3 changed files with 19 additions and 18 deletions

View File

@@ -200,6 +200,7 @@ def main(unused_argv):
print 'initial cost =', first_solution.ObjectiveValue()
# To search a fragment, we use a basic randomized decision builder.
# We can also use assign_db instead of inner_db.
inner_db = solver.Phase(x,
solver.CHOOSE_RANDOM,
solver.ASSIGN_MIN_VALUE)