Setup test for round 2 of simple swiss

This commit is contained in:
Quentin Rendu
2023-10-12 21:30:25 +02:00
parent f6528e0009
commit 59114792c5
4 changed files with 5976 additions and 8 deletions

View File

@@ -134,8 +134,8 @@ sealed class Solver(
val dec = DecimalFormat("#.#")
if (DEBUG_EXPORT_WEIGHT){
if (round==1) File(WEIGHTS_FILE).writeText("Round 1\n")
else File(WEIGHTS_FILE).appendText("Round "+round.toString()+"\n")
File(WEIGHTS_FILE).writeText("Round "+round.toString()+"\n")
//else File(WEIGHTS_FILE).appendText("Round "+round.toString()+"\n")
File(WEIGHTS_FILE).appendText("Costs\n")
// println("placement criteria" + placement.criteria.toString())
}