|
@ -165,7 +165,7 @@ int main(int argc, char* argv[]) { |
|
|
if(ok) { |
|
|
if(ok) { |
|
|
Grid grid(contentCells, backgroundCells, stateRewards, probIntended, faultyProbability); |
|
|
Grid grid(contentCells, backgroundCells, stateRewards, probIntended, faultyProbability); |
|
|
|
|
|
|
|
|
grid.printToPrism(std::cout, configurations); |
|
|
|
|
|
|
|
|
//grid.printToPrism(std::cout, configurations);
|
|
|
std::stringstream ss; |
|
|
std::stringstream ss; |
|
|
grid.printToPrism(ss, configurations); |
|
|
grid.printToPrism(ss, configurations); |
|
|
std::string str = ss.str(); |
|
|
std::string str = ss.str(); |
|
|