You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need new is_winner boolean field for each solution returned with solver_competition endpoint, to indicate which solutions were chosen as winners. Currently, this is implicit and the last solution in the list (with ranking=1) is considered the winner.
Suggested solution
Add is_winner boolean to each solution json object.
The text was updated successfully, but these errors were encountered:
Problem
We need new
is_winner
boolean field for each solution returned with solver_competition endpoint, to indicate which solutions were chosen as winners. Currently, this is implicit and the last solution in the list (with ranking=1) is considered the winner.Suggested solution
Add
is_winner
boolean to each solution json object.The text was updated successfully, but these errors were encountered: