<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><p style="font-family: Verdana, Geneva, sans-serif;" class="">Dear SCIPers,</p><p style="font-family: Verdana, Geneva, sans-serif;" class="">I am using SCIP via OPTI Toolbox in Matlab, and I'd like to enumerate multiple solutions. After thoroughly reading the documentation, I formulated the following example IP:</p><p style="font-family: Verdana, Geneva, sans-serif;" class="">opts = scipset('scipopts',{'constraints/countsols/collect',1});<br class="">opts = optiset('solver','scip','solverOpts',opts);<br class="">Opt = opti('f',0,'bounds',0,4,'xtype','I','options',opts)<br class="">x = solve(Opt)</p><p style="font-family: Verdana, Geneva, sans-serif;" class="">I would like to get the 5 equally valid solutions [0,1,2,3,4], but I only get 1 [0]. Can you please tell me what I'm missing?</p><p style="font-family: Verdana, Geneva, sans-serif;" class="">Best regards,<br class="">J a n</p></body></html>