Model.
print_solution
Prints the current values of the variables
See also
Model.get_solution()
Notes
This function might not work for abstract variables and nonlinear models.
Examples
>>> m.solve() >>> m.print_solution() x: 2.0 y: 0.0