informatiCup / informatiCup2023

Der InformatiCup 2023
6 stars 4 forks source link

Question about time limit #13

Closed saecki closed 1 year ago

saecki commented 1 year ago

Die Messung der Rechenzeit beginnt mit dem Aufruf von docker run. Nach Ablauf der maximalen Rechenzeit (siehe Eingabe) wird die Verarbeitung ohne Ergebnis abgebrochen.

Does this mean that if our solver has already send the output via stdout, but is still taking time to shut down some background thread, the solution will be dismissed because it did not adhere to the time limit?

bitflipp commented 1 year ago

Any data sent (flushed) to stdout will be considered.

Tobias Schmitz @.***> schrieb am So., 15. Jan. 2023, 14:27:

Die Messung der Rechenzeit beginnt mit dem Aufruf von docker run. Nach Ablauf der maximalen Rechenzeit (siehe Eingabe) wird die Verarbeitung ohne Ergebnis abgebrochen.

Does this mean that if our solver has already send the output via stdout, but is still taking time to shut down some background thread, the solution will be dismissed because it did not adhere to the time limit?

— Reply to this email directly, view it on GitHub https://github.com/informatiCup/informatiCup2023/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/APQZUMUZUPV757TJZUQOWITWSP3KTANCNFSM6AAAAAAT33XKZE . You are receiving this because you are subscribed to this thread.Message ID: @.***>