Skip to content

Commit

Permalink
More better compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jul 8, 2023
1 parent ac28337 commit e21500b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Icfpc2023/Scoring.fs
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ let CalculateNoBlockingScore(problem: Problem) (solution: Solution): Score =
|> Seq.zip solution.Placements
|> Seq.map(fun(p, i) -> { Instrument = i; Location = p })
|> Seq.toArray
problem.Attendees |> Array.sumBy(failwith "CalculateAttendeeNoBlokingScore" musicians)
problem.Attendees |> Array.sumBy(CalculateAttendeeNoBlockingScore musicians)

0 comments on commit e21500b

Please sign in to comment.