> The Basics > Searching with Predefined Goals: Magic Square > Suggested answers > Exercise 1
What information does the member function IloSolver::printInformation
display?
Suggested Answer
The member function IloSolver::printInformation
displays information about the solution search, including number of variables, number of constraints, elapsed time since creation of search, number of fails, and number of choice points. IloSolver::printInformation
also provides information about the size of the goal stack, memory usage, and so on.