<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Dear All,<br>
    <br>
    I'm using SCIP 3.1.1 with SoPlex and I'm dealing with a
    branch-and-price procedure. I would like to delete variables during
    the procedure but when I call method <i>SCIPdelVar</i> I get error
    message, because SCIP is in invalid stage.<br>
    It surprised me since the documentation (both 3.1.1 and 3.2.0) says
    <i>SCIPdelVar</i> can be called in stage <i>SCIP_STAGE_SOLVING</i>,
    so I've checked the source code and it is clear that method can not
    be called in this stage.<br>
    <br>
    So, I would like to notice, that documentation is probably not up to
    date, and I would like to know if it is possible to delete variables
    (or priced variables) in solving stage.<br>
    <br>
    Best regards,<br>
    Marko<br>
  </body>
</html>