Add grid input info to grid output

This commit is contained in:
2023-11-26 16:07:32 +01:00
parent 7c12dd25e5
commit 4fefe9a1d2
3 changed files with 10 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ namespace platform {
~GridData() = default;
std::vector<json> getGrid();
int getNumCombinations();
json& getInputGrid();
private:
json generateCombinations(json::iterator index, const json::iterator last, std::vector<json>& output, json currentCombination);
int computeNumCombinations(const json& line);