|
Á¦ ¸ñ |
[RE]root relaxation ¿¡´ëÇØ Áú¹®ÀÖ½À´Ï´Ù |
|
ÀÛ¼ºÀÚ |
Àå¿ë¼º |
ÀÛ¼ºÀÏ |
2003-12-10 |
Á¶È¸¼ö |
906 ȸ |
|
÷ºÎÆÄÀÏ |
÷ºÎµÈ ÆÄÀϾøÀ½.
|
|
MIP´Â ¿ì¼± Á¤¼öº¯¼ö¸¦ ¸ðµÎ ½Ç¼öº¯¼ö·Î ¹Ù²ã¼ LP·Î Çѹø Ǭ ÈÄ¿¡ branch&bound ³ª branch&cutÀ¸·Î Ž»öÆ®¸®¸¦ ±¸¼ºÇؼ ÃÖÁ¾ÀûÀ¸·Î Á¤¼öÇØ¸¦ µµÃâÇÕ´Ï´Ù. ¿©±â¼ root relaxationÀ̶ó°í ÇÏ´Â °ÍÀº branch&cutÀÇ Å½»ö Àü¿¡ ¸ÕÀú LP·Î Çѹø Ç®¾î³»´Â Ãʱâ»óŸ¦ ¾ê±âÇÏ´Â °Ì´Ï´Ù. LPǪ´Â ¹æ¹ýÀº ¿©·¯°¡Áö°¡ ÀÖ°Ú±¸¿ä.. ±×°Ç ¾Ë°í¸®ÁòÀ» ¼±ÅÃÇϱ⠳ª¸§À̰ÚÁÒ(rootAlg : primal, dual, network, barrier, sifting, concurrent). ÀÌ Áß ¸î¸î ¾Ë°í¸®Áò¿¡ ´ëÇÑ ±âº» ¿ø¸®´Â ´ëºÎºÐ OR(°æ¿µ°úÇÐ) Ã¥¿¡ ³ª¿Í ÀÖ´Â °É·Î ¾Ë°í ÀÖ½À´Ï´Ù.. ¶ÇÇÑ ILOG¿¡¼ ÃßõÇÏ´Â ¾Æ·¡ÀÇ Ã¥µéÀ» ÂüÁ¶Çϼŵµ µÉ °Í °°½À´Ï´Ù.
<< Williams, H. P. Model Building in Mathematical Programming, 4th ed. New York: John Wiley & Sons, 1999. This textbook includes many examples of how to design mathematical models, including linear programming formulations. (How you formulate your model is at least as important as what ILOG CPLEX does with it.) It also offers a description of the branch & bound algorithm. In fact, Williams''s book inspired some of the models delivered with ILOG CPLEX. >>
<< Wolsey, Laurence A., Integer Programming, New York: John Wiley & Sons, 1998. This book explains branch and cut, including cutting planes, in detail. >>
<< Nemhauser, George L. and Laurence A. Wolsey, Integer and Combinatorial Optimization, New York: John Wiley & Sons, 1999. A reprint of the 1988 edition. This book is a widely cited and comprehensive reference about integer programming. >>
<< Gill, Philip E., Walter Murray, and Margaret H. Wright, Practical Optimization. New York: Academic Press, 1982 reprint edition. This book covers, among other topics, quadratic programming. >>
Âü°í·Î, rootAlg´Â Ãʱ⿡ LP¸¦ Ç®¶§ µ¿ÀÛÇÏ´Â ¾Ë°í¸®ÁòÀ» ¸»Çϰí, nodeAlgÀº branch&cutÀ» ½ÇÇàÇÒ¶§ µ¿ÀÛÇÏ´Â ¾Ë°í¸®ÁòÀ» ¸»ÇÕ´Ï´Ù.
¼ö°íÇϼ¼¿ä.. |
|
|
|