Remove badness calculation

This commit is contained in:
2024-04-08 18:45:40 +01:00
parent a9b310b557
commit e20c3167e9
2 changed files with 0 additions and 42 deletions

View File

@@ -33,7 +33,6 @@ void generate_rota(struct slot_result *rota_out);
void generate_allocation(int slot, int job, struct allocation *allocation_out);
bool satisfies_allocation_constraints(const struct allocation *allocation);
bool satisfies_slot_constraints(const struct slot_result *slot);
int rota_badness(const struct slot_result *rota);
void print_rota(const struct slot_result *rota);
#endif