From c170c2769573e6db3a7d9ab26e92dfa1a7260178 Mon Sep 17 00:00:00 2001 From: mugurelionut <mugurelionut@gmail.com> Date: Mon, 25 Nov 2019 23:03:02 +0100 Subject: [PATCH] remove assert --- r2sol.cc | 2 +- tmp-scores.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/r2sol.cc b/r2sol.cc index 320756d..db5b4c8 100644 --- a/r2sol.cc +++ b/r2sol.cc @@ -2282,7 +2282,7 @@ void GetMoves(const char* testid, bool replay_mode = false) { ReadTransitionsMap(); ReadAgentsData(replay_mode); fclose(fin); - assert(TINIT < TEST); + //assert(TINIT < TEST); if (TINIT == 0 || replay_mode) { ReinitDataStructures(); ComputeShortestPaths(); diff --git a/tmp-scores.txt b/tmp-scores.txt index 333eb53..71ce44a 100644 --- a/tmp-scores.txt +++ b/tmp-scores.txt @@ -11,3 +11,8 @@ 10 81 48.2142857143 -93231.6666665908 68.6135988135 -0.4041845564 11 93 89.4230769231 -18525.5000000024 70.3477219893 0.0301385156 12 66 60.0000000000 -47917.5833333604 69.5517433747 0.4474005878 +13 115 72.3270440252 -53697.9166667235 69.7499791355 0.4154434030 +14 84 68.2926829268 -61577.3333333941 69.6528260549 0.7671509702 +15 84 44.2105263158 -137849.0833331903 68.0626823212 0.6863092977 +16 47 41.9642857143 -73369.9166666747 66.5274825208 0.5934171541 +17 94 65.2777777778 -59859.8333333889 66.4580544795 0.4061285468 -- GitLab