<!--[if app]><style media="(max-width: 490px)">.list_placeholder_blank {display: none;}</style><![endif]--><!--[if mso]><style>.qyreadmail-list .list_placeholder_blank, >div .list_placeholder_blank {display: none;}</style><![endif]--><div style="font-size: 14.6667px;" data-mail-from="wemail-pc"><div style="font-size: 14.6667px;"><div style="font-size: 14.6667px;"><div style="font-size: 14.6667px;"><div style="font-size: 14.6667px;"><div id="wemail_placeholder_space"><div><p style="border: 0px solid rgb(227, 227, 227); box-sizing: border-box; margin: 1.25em 0px; color: rgb(13, 13, 13); font-family:Söhne,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",BlinkMacSystemFont,"PingFang SC","Microsoft YaHei"; font-size: 16px; white-space-collapse: preserve; background-color: rgb(255, 255, 255);">Dear SCIP Team,</p><p style="border: 0px solid rgb(227, 227, 227); box-sizing: border-box; margin: 1.25em 0px; color: rgb(13, 13, 13); font-family:Söhne,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",BlinkMacSystemFont,"PingFang SC","Microsoft YaHei"; font-size: 16px; white-space-collapse: preserve; background-color: rgb(255, 255, 255);">I hope this email finds you well. I am a programmer, and I am reaching out to you with a few questions regarding SCIP, particularly related to iterated solving and Python integration.</p><div style="border: 0px solid rgb(227, 227, 227); box-sizing: border-box; list-style: none; margin: 1.25em 0px; padding: 0px; counter-reset: list-number 0; color: rgb(13, 13, 13); font-family: Söhne, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei"; font-size: 16px; white-space-collapse: preserve; background-color: rgb(255, 255, 255);" start="1" data-listchain="__List_Chain_7" qymail-original-tag="ol" class="qymail-list-div"><div style="border:0px solid rgb(227, 227, 227);box-sizing:border-box;margin-bottom:0px;margin-top:0px;padding-left:0.375em;counter-increment:list-number 1;display:block;min-height:28px" qymail-original-tag="li" class="qymail-list-div"><span style="border: 0px solid rgb(227, 227, 227); box-sizing: border-box; margin-right: 0px; margin-left: 0px;" qymail-original-tag="p"><span style="border:0px solid rgb(227, 227, 227);box-sizing:border-box;font-weight:600;color:var(--tw-prose-bold)">1. Iterated Solving Documentation:</span>
I noticed on the SCIP website (<a target="_new" href="https://scipopt.org/index.php#about" style="color: var(--link); border: 0px solid rgb(227, 227, 227); box-sizing: border-box;">https://scipopt.org/index.php#about</a>) that SCIP is capable of iterated solving. However, after a thorough search through the documentation, I couldn't find specific content or examples related to iterated solving. Could you please guide me to the relevant documentation or provide more information on how to use iterated solving in SCIP?</span></div><div style="border:0px solid rgb(227, 227, 227);box-sizing:border-box;margin-bottom:0px;margin-top:0px;padding-left:0.375em;counter-increment:list-number 1;display:block;min-height:28px" qymail-original-tag="li" class="qymail-list-div"><span style="border: 0px solid rgb(227, 227, 227); box-sizing: border-box; margin-right: 0px; margin-left: 0px;" qymail-original-tag="p"><br></span></div><div style="border:0px solid rgb(227, 227, 227);box-sizing:border-box;margin-bottom:0px;margin-top:0px;padding-left:0.375em;counter-increment:list-number 1;display:block;min-height:28px" qymail-original-tag="li" class="qymail-list-div"><span style="border: 0px solid rgb(227, 227, 227); box-sizing: border-box; margin-right: 0px; margin-left: 0px;" qymail-original-tag="p"><span style="border:0px solid rgb(227, 227, 227);box-sizing:border-box;font-weight:600;color:var(--tw-prose-bold)">2. Iterated Solving in Python:</span>
Additionally, I am interested in incorporating iterated solving into my optimization models using Python. Could you provide guidance or examples on how to implement iterated solving using the Python interface of SCIP?</span></div><div style="border: 0px solid rgb(227, 227, 227); box-sizing: border-box; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px; color: var(--tw-prose-bold);" qymail-original-tag="li" class="qymail-list-div"><span style="border: 0px solid rgb(227, 227, 227); box-sizing: border-box; margin-right: 0px; margin-left: 0px;" qymail-original-tag="p"><span style="border:0px solid rgb(227, 227, 227);box-sizing:border-box;font-weight:600;color:var(--tw-prose-bold)"><br></span></span></div><div style="border:0px solid rgb(227, 227, 227);box-sizing:border-box;margin-bottom:0px;margin-top:0px;padding-left:0.375em;counter-increment:list-number 1;display:block;min-height:28px" qymail-original-tag="li" class="qymail-list-div"><span style="border: 0px solid rgb(227, 227, 227); box-sizing: border-box; margin-right: 0px; margin-left: 0px;" qymail-original-tag="p"><span style="border:0px solid rgb(227, 227, 227);box-sizing:border-box;font-weight:600;color:var(--tw-prose-bold)">3. Retrieving Target Function Values:</span>
Lastly, I would like to know how I can retrieve the values of the target function after each iteration during the iterated solving process. Are there specific functions or methods in the Python interface that allow me to access this information?</span></div></div><p style="border: 0px solid rgb(227, 227, 227); box-sizing: border-box; margin: 1.25em 0px; color: rgb(13, 13, 13); font-family:Söhne,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",BlinkMacSystemFont,"PingFang SC","Microsoft YaHei"; font-size: 16px; white-space-collapse: preserve; background-color: rgb(255, 255, 255);">I appreciate your time and assistance in addressing these inquiries. SCIP has been a valuable tool for my optimization projects, and I look forward to enhancing my workflow with the features mentioned above.</p><p style="border: 0px solid rgb(227, 227, 227); box-sizing: border-box; margin: 1.25em 0px; color: rgb(13, 13, 13); font-family:Söhne,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",BlinkMacSystemFont,"PingFang SC","Microsoft YaHei"; font-size: 16px; white-space-collapse: preserve; background-color: rgb(255, 255, 255);">Thank you in advance for your support, and I eagerly await your response.</p><p style="border: 0px solid rgb(227, 227, 227); box-sizing: border-box; margin: 1.25em 0px; color: rgb(13, 13, 13); font-family:Söhne,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",BlinkMacSystemFont,"PingFang SC","Microsoft YaHei"; font-size: 16px; white-space-collapse: preserve; background-color: rgb(255, 255, 255);">Best regards,</p></div></div><div>Ben</div><div><br></div><div class="qqmail_sign" id="wemailsigcontent" signid="502" style="background-color: rgb(255, 255, 255);">    <style>      .wecom_custom_card_mobile *,.wecom_custom_card_mail *,.wecom_custom_card_address * {color: rgba(10, 17, 26, 0.50) !important; }      .qqmail_sign *{text-decoration-line: none !important;  line-break: after-white-space; }    </style>    <table style="border-collapse: collapse;max-width:340px;" contenteditable="false" class="wecomOutCardWrap">      <tbody><tr><td>          <hr class="default_wemail_sig_line default_wemail_sig_line_out" width="100%" style="border-width: 0px 0px 1px; border-top-style: initial; border-right-style: initial; border-left-style: initial; border-top-color: initial; border-right-color: initial; border-left-color: initial; border-image: initial; border-bottom-style: solid; border-bottom-color: rgba(6, 15, 26, 0.07); height: 0px; line-height: unset; font-size: 0px; padding: 0px; width: 100%; margin: 14px 0px 7px !important;" align="left">          <a href="https://work.weixin.qq.com/apph5/user/h5/corp?vcode=vcebcb5b49545d0790&from=mail_card" target="_blank" class="wecomOutCard wecom_custom_card_company_info">            <table style="border-collapse: collapse;padding: 2px;cursor: pointer;" class="wecom_custom_card_table_main" data-verify="false" data-vcode="vcebcb5b49545d0790">                <tbody><tr><td align="left">                    <span style="vertical-align: middle;color: rgba(10, 17, 26, 0.50);font-size: 13px;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;font-weight: 400;line-height: 14.40px;word-wrap: break-word" class="wecom_custom_card_corpname">华茂能联</span>                </td>                            </tr></tbody></table>          </a>          <a href="https://work.weixin.qq.com/wework_admin/user/h5/qqmail_user_card/vcebcb5b49545d0790?from=myprofile" target="_blank" class="wecomOutCard wecom_custom_card_company_info">            <table style="border-collapse: collapse;" class="wecom_custom_card_table_sub">                <tbody><tr><td align="left">                    <span style="overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; max-width: 140px; vertical-align: middle; color: black; font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; font-weight: 700; line-height: 19.6px; overflow-wrap: break-word; text-indent: 0px;" class="wecom_custom_card_username">颜必行</span>                </td>                <td align="left">                    <span style="overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; max-width: 160px; margin-left: 4px; vertical-align: middle; color: black; font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; font-weight: 400; line-height: 19.6px; overflow-wrap: break-word; text-indent: 0px;" class="wecom_custom_card_position">软件工程师</span>                </td>                <td align="left" style="padding-top: 2.5px;">                    <img width="20" height="20" style="margin-left: 2px;vertical-align: middle;width: 20px;height: 20px;display:flex;" src="https://rescdn.qqmail.com/node/wwqy/qymng/style/images/sass/independent/card_logo.png" alt="">                </td>            </tr></tbody></table>          </a>                                                        </td></tr></tbody></table><table style="border-collapse: collapse;max-width:340px;" contenteditable="false" class="wecomOutCardWrap"><tbody><tr style="background-color: rgb(255, 255, 255);">  </tr></tbody></table></div></div></div></div></div></div>