public int[][] getOpenPaths() {
        if (_opens.isEmpty())
            return null;

        final int[][] paths = new int[_opens.size()][];