Skip to content

Commit

Permalink
extra shift summary is now kept in 128 bits int
Browse files Browse the repository at this point in the history
  • Loading branch information
txemagon committed Feb 2, 2012
1 parent 91f753b commit 85ea360
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 369 deletions.
Binary file modified bin/plan-shifts
Binary file not shown.
357 changes: 0 additions & 357 deletions src/+

This file was deleted.

2 changes: 1 addition & 1 deletion src/ag.h
Expand Up @@ -101,7 +101,7 @@ struct Summary
{
unsigned extra_staff_number;
unsigned defect_staff_number;
unsigned long *extra_shifts; /* Separate penalties by worker */
unsigned long long *extra_shifts; /* Separate penalties by worker */
unsigned *weekends_halved;
unsigned *consecutive_weekends;
unsigned *weekends; /* Amount of free weekends */
Expand Down

0 comments on commit 85ea360

Please sign in to comment.