<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Xavier,<br>
      <br>
      I can only guess what it means: Probably, the steepest edge norm
      for the new column is computed, because we use the steepest edge
      pricing method within CPLEX by default. Is there any more output?
      But probably the time is spent for solving the LP after the norms
      were initialized, CPLEX does not always print output for that.<br>
      <br>
      You can also try to change the CPLEX pricing method to something
      else, e.g., devex pricing by setting the parameter "lp/pricing =
      d" and see how this changes the behavior.<br>
      <br>
      Best,<br>
      Gerald<br>
      <br>
      On 11.03.2014 16:49, Xavier Schepler wrote:<br>
    </div>
    <blockquote
cite="mid:CA+SwSLy-m=EWaEQ_xVJn3s2i376B0ekUiFzQygh+3efc-hMbBQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>Hi,<br>
          <br>
          What does the following message mean :<br>
        </div>
        <br>
        <div>
          <div>Reinitializing primal norms . . .<br>
            Computed 1 new norms.<br>
            Initializing primal norms rowwise . . .<br>
            <br>
            produced each time a column is added ?<br>
          </div>
          <div>So much time (several seconds) is spent between each of
            this line.<br>
            It appears at each column generation iteration.<br>
            Then the LP is re-optimized.<br>
            <br>
          </div>
          <div>Best,<br>
            <br>
            Xavier<br>
          </div>
          <div><br>
          </div>
          <div><br>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Scip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Scip@zib.de">Scip@zib.de</a>
<a class="moz-txt-link-freetext" href="http://listserv.zib.de/mailman/listinfo/scip">http://listserv.zib.de/mailman/listinfo/scip</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>