consolidate constraint types into single type var
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user