<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi Everyone,</p>
<p><br>
</p>
<p>This is my first post on the CBC mailing list. I have been using the CBC command line tool for the past two years with great success <span id="ms-rterangepaste-start"></span><span style="font-family: Calibri, Arial, Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;">(v2.7.7
 - AMPL build but using GMPL)</span><span id="ms-rterangepaste-end"></span>. Thanks to everyone who has contributed to this open source project!</p>
<p><br>
</p>
<p>Within my MIP model, there is a specific index, where for each different value of this index, there is an entirely separable subproblem, with no shared decision variables or constraints. It is desirable for me to package them all up as one model to save
 on coding overhead.</p>
<p><br>
</p>
<p>The problem is, my data sets have grown to the point where my full problem now has hundreds of sub-problems. It seems that as the number of sub problems grows,  the time taking to solve is highly non-linear and becoming hard to wait for.</p>
<p><br>
</p>
<p>My fallback solution is to send each sub-problem to CBC in series, and collect the outputs together, but I was hoping someone may be able to suggest a simple command line option to help CBC "see" the problem separability.</p>
<p><br>
</p>
<p>I appreciate any help anyone can provide on this topic, and am available to provide more detail or an example file if it would be helpful.</p>
<p><br>
</p>
<p>Thanks,</p>
<p><br>
</p>
<p>Paul</p>
</div>
</body>
</html>