QuadraticProgram.prettyprint

QuadraticProgram.prettyprint(out=None)[source]

Pretty prints the quadratic program to a given output stream (None = default).

Parameters

out (Optional[str]) – The output stream or file name to print to. if you specify a file name, the output file name is has ‘.mod’ as suffix.

Return type

None