<div dir="ltr">I'm using SCIP as a callable library and am using it to count and collect feasible solutions. I have no problem returning the count of feasible solutions.<div><br></div><div>Collecting per se is also easy. However I'm not sure how to dump the collected solutions to a file. I understand, from previous correspondence in the SCIP mail archive <br clear="all"><div><a href="http://listserv.zib.de/pipermail/scip/2012-May/000962.html">http://listserv.zib.de/pipermail/scip/2012-May/000962.html</a><br></div><div>and the relevant webpage ( <a href="http://scip.zib.de/doc/html/COUNTER.php">http://scip.zib.de/doc/html/COUNTER.php</a> )</div><div>that the best option is to basically copy the code in countsols.c which implements the  SCIPdialogExecWriteAllsolutions() dialogue.</div><div><br></div><div>But that code uses conshdlrdata->hashmap (in the call to writeExpandedSolutions) which is not, I think, accessible by public methods. Is there a way around this? I would rather not alter my copy of countsols.c</div><div><br></div><div>James</div><div><br></div><div><br></div>-- <br><div class="gmail_signature">James Cussens<br>Dept of Computer Science &<br>York Centre for Complex Systems Analysis<br>Room 326, The Hub, Deramore Lane            Tel    +44 (0)1904 325371<br>University of York                                        Fax  +44 (0)1904 500159<br>York YO10 5GE, UK                               <a href="http://www.cs.york.ac.uk/~jc" target="_blank">http://www.cs.york.ac.uk/~jc</a><br><a href="http://www.york.ac.uk/docs/disclaimer/email.htm" target="_blank">http://www.york.ac.uk/docs/disclaimer/email.htm</a></div>
</div></div>