<div dir="ltr">Yes, in the branch-and-price implementation, the objective is assumed to be integer. For many optimization problems, you can round all fractional values. Alternatively, multiply your fractional values with a constant, say 100, prior to rounding to preserve the last 2 decimals.<div><br></div><div>I currently have very little time to develop jORLib, as most of my time is spent on JGraphT (<a href="http://jgrapht.org">jgrapht.org</a>).</div><div><br></div><div>Joris Kinable</div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Nov 11, 2018 at 8:40 AM Ying Zhang <<a href="mailto:yingzhang8996@gmail.com">yingzhang8996@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Dear Kinable,</div><div dir="ltr"><div><br></div><div>Now I am using JorLib to solve a VRP. The column generation method works well. However, since the decision variables are integer in the master problem, we need to branch.</div><div><br></div><div>In the Branch and Price method, do you imply the <b>objective </b>of the solution is always <b>integer</b>? </div><div><br></div><div>See <span style="background-color:rgb(228,228,255);color:rgb(0,0,0);font-family:宋体;font-size:9.6pt">AbstractBranchAndPrice,</span></div><div><pre style="color:rgb(0,0,0);font-family:宋体;font-size:9.6pt"><span style="color:rgb(128,128,128);font-style:italic">/** Stores the objective of the best (integer) solution **/<br></span><span style="color:rgb(0,0,128);font-weight:bold">protected <span style="background-color:rgb(255,0,0)">int </span></span><span style="color:rgb(102,14,122);font-weight:bold">objectiveIncumbentSolution</span>;</pre><pre style="color:rgb(0,0,0);font-family:宋体;font-size:9.6pt"><div><img src="cid:ii_jockcnxw0" alt="image.png" width="562" height="112"><br></div><div><br></div><div><span style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small;white-space:normal">If the objective of incumbent solution is 100.5, and if </span><span style="white-space:normal;font-size:9.6pt;color:rgb(102,14,122);font-weight:bold;font-style:italic">config</span><span style="white-space:normal;font-size:9.6pt">.</span><span style="white-space:normal;font-size:9.6pt;background-color:rgb(228,228,255)">PRECISION=</span><span style="white-space:normal;color:rgb(0,0,255);font-size:9.6pt">0.000001</span><span style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small;white-space:normal">, then an error throws in method </span><span style="white-space:normal;background-color:rgb(228,228,255);font-size:9.6pt">MathProgrammingUtil.</span><span style="white-space:normal;background-color:rgb(228,228,255);font-size:9.6pt">doubleToInt</span><br></div><div><br></div></pre><pre><font color="#000000" face="宋体"><span style="font-size:12.8px">Is the code still in maintenance? I see the latest commit is Sep, 2016. Thank you very much.</span><span style="font-size:9.6pt"><br></span></font></pre><pre><font color="#000000" face="宋体"><span style="font-size:12.8px"><br></span></font></pre><pre><font color="#000000" face="宋体"><span style="font-size:12.8px">Ying</span></font></pre><pre><font color="#000000" face="宋体"><span style="font-size:12.8px">Tsinghua University</span></font></pre></div></div></div></div></div></div></div></div></div></div></div></div>
</blockquote></div>