|
Á¦ ¸ñ |
[RE]MIP °á°ú¸¦ Ãâ·Â ¾È Çϵµ·Ï ÇÏ´Â ¹æ¹ý ¾øÀ»±î¿ä? |
|
ÀÛ¼ºÀÚ |
±èÅÂÇö |
ÀÛ¼ºÀÏ |
2008-05-08 |
Á¶È¸¼ö |
1309 ȸ |
|
÷ºÎÆÄÀÏ |
÷ºÎµÈ ÆÄÀϾøÀ½.
|
|
ÇØ´ç ¿É¼ÇÀ» ¾²½Ã¸é µË´Ï´Ù. cplex.setParam(IloCplex::MIPDisplay, 0);
ÀÚ¼¼ÇÑ ³»¿ëÀº ¾Æ·¡¿Í °°½À´Ï´Ù.
C Name CPX_PARAM_MIPDISPLAY
C++ Name MIPDisplay
Java Name MIPDisplay
.NET Name MIPDisplay
InteractiveOptimizer mip display
Value Meaning 0 No display until optimal solution has been found 1 Display integer feasible solutions 2 Display integer feasible solutions plus an entry for every n-th node; default 3 Display integer feasible solutions, every n-th node entry, and number of cuts added 4 Display integer feasible solutions, every n-th node entry, number of cuts added, and information about the LP subproblem at root 5 Display integer feasible solutions, every n-th node entry, number of cuts added, and information about the LP subproblem at root and at nodes
|
|
|
|