<font size=2 face="sans-serif">Is there a command-line option to make
the standard Cbc executable log intermediate solutions as they are found?
&nbsp;Using default settings, the _fact_ that a solution has been found
is logged, but we would like it to log the solution itself (printing the
values of all nonzero variables).</font>
<br>
<br><font size=2 face="sans-serif">The reason we want this is that we have
a different sort of solver running in parallel with Cbc, and we would like
to be able to feed it &quot;hints&quot; as the solution process proceeds.</font>
<br>
<br><font size=2 face="sans-serif">Our solution so far has been to actually
modify the Cbc main driver loop, in the source, to log store each solution
as it is found. &nbsp;But it is risky and inconvenient having to repeat
this source-surgery every time a new and improved version of Cbc appears.
&nbsp;It would be a stabler solution to just interact with Cbc through
the command-line interface.</font>