CP and Integer programming - OR-Exchange most recent 30 from http://www.or-exchange.com2010-07-31T00:53:27Zhttp://www.or-exchange.com/feeds/question/124http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://www.or-exchange.com/questions/124/cp-and-integer-programmingCP and Integer programmingShahinG2009-12-31T20:17:06Z2010-01-06T05:53:01Z
<p>Hi everybody,</p>
<p>Does anyone know a good reference or tutorial in the spirit of the book "Model building in mathematical programming" for Constraint Programming techniques for solving MIPs?</p>
<p>Thanks in advance
Regards,
Shahin</p>
http://www.or-exchange.com/questions/124/cp-and-integer-programming/125#125Answer by Hakan Kjellerstrand for CP and Integer programmingHakan Kjellerstrand2010-01-01T07:22:36Z2010-01-01T07:22:36Z<p>I'm also looking for a good modeling books in constraint programming, but have found none as good as Williams'. However, here are some introductions to constraint programming with discussions of modeling issues.</p>
<ul>
<li>Christian Schulte, Gert Smolka <a href="http://www.mozart-oz.org/documentation/fdt/" rel="nofollow">"Finite Domain Constraint Programming in Oz. A Tutorial."</a> For Mozart/Oz.</li>
<li>Pascal Van Hentenryck "The OPL Optimization Programming Language", (ISBN 978-0262720304, out of print). Documents the OPL language.</li>
<li>Dynadec: "Comet Tutorial" (download from <a href="http://dynadec.com/" rel="nofollow">Dynadec</a>). Comet is a system designed by Pascal Van Hentenryck and Laurent Michel. The tutorial is of the same vein as the OPL book, and documents, with examples, Comet's three different solvers: MIP, constraint programming, and local search-</li>
<li>Helmut Simonis has written a couple of very nice modeling papers. See his site: <a href="http://4c.ucc.ie/~hsimonis/" rel="nofollow">http://4c.ucc.ie/~hsimonis/</a></li>
<li>Barbara Smith has also written very good papers, <a href="http://www.comp.leeds.ac.uk/bms/papers.html" rel="nofollow">http://www.comp.leeds.ac.uk/bms/papers.html</a></li>
</ul>
http://www.or-exchange.com/questions/124/cp-and-integer-programming/126#126Answer by Tallys Yunes for CP and Integer programmingTallys Yunes2010-01-01T18:24:48Z2010-01-01T18:24:48Z<p>I also like the book "Programming with Constraints" by Kim Marriott and Peter Stuckey. It includes some modeling tips and guidelines. Here's the web site: <a href="http://ww2.cs.mu.oz.au/~pjs/book/book.html" rel="nofollow">http://ww2.cs.mu.oz.au/~pjs/book/book.html</a></p>
http://www.or-exchange.com/questions/124/cp-and-integer-programming/130#130Answer by Samik R. for CP and Integer programmingSamik R.2010-01-06T05:53:01Z2010-01-06T05:53:01Z<p>There is an introductory paper available at the Interfaces, titled "Program Does Not Equal Program: Constraint Programming and Its Relationship to Mathematical Programming". A PDF link is <a href="http://suraj.lums.edu.pk/~te/mpls/0092.2102.01.3106.29.pdf" rel="nofollow">here</a>. May not be exactly what you are looking for, but I found the article very nice to start CP with.</p>