Jpstraw

Results 2 issues of Jpstraw

Instance: **map3.txt** **content** of map3.txt: > 4 4 > 1 6 8 10 > 9 14 > 11 13 Fistlty, we can easily get solutions for agentID=0 and agentID=1(They are...

**Original code:** ``` inline int LowLevelSolver::findIndex(std::vector cells, Cell cell) { // BURADA CELLI KARSILASTIRMADA HATA VAR auto it = std::find(cells.begin(), cells.end(), cell); return it != cells.end(); } ``` **Modified code**...