Searched refs:solution (Results 1 – 1 of 1) sorted by relevance
90 int[][] solution = new int[n - 1][k - 1]; in buildPartitionTable() local107 solution[i - 1][j - 1] = x; in buildPartitionTable()113 return solution; in buildPartitionTable()