consolidate constraint types into single type var

This commit is contained in:
Joshua Burman
2023-11-15 11:35:56 -05:00
parent eef86369ab
commit 5b4387a04b
2 changed files with 9 additions and 8 deletions

View File

@ -60,7 +60,7 @@ class Problem(BaseModel):
# get items from solution
solved_items, _ = service_helper.solution_items(self.problem.variables(), solver_run)
# sacred items will remain the same between solve attempts
# sacred items will remain the same (with new items added each run) between solve attempts
# but new enemies will be appended
sacred_ids, new_enemy_ids = sanctify(solved_items)