<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Berna, <br>
    <br>
    the link for the lp file format was wrong:
    <a class="moz-txt-link-freetext" href="http://lpsolve.sourceforge.net/5.5/CPLEX-format.htm">http://lpsolve.sourceforge.net/5.5/CPLEX-format.htm</a><br>
    <br>
    Best,<br>
    Jakob<br>
    <br>
    <div class="moz-cite-prefix">On 28.11.2015 13:14, Jakob Witzig
      wrote:<br>
    </div>
    <blockquote cite="mid:56599AC0.3020108@zib.de" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      Hi Berna,<br>
      <br>
      have you already installed SCIP? If not, a tutorial can be found
      here: <a moz-do-not-send="true" class="moz-txt-link-freetext"
        href="http://scip.zib.de/doc/html/MAKE.php">http://scip.zib.de/doc/html/MAKE.php</a><br>
      <br>
      Afterwards, you have to formulate your problem in a file format
      SCIP can read. A list of all readable file formats can be found
      here: <a moz-do-not-send="true" class="moz-txt-link-freetext"
        href="http://scip.zib.de/doc/html/group__FILEREADERS.php">http://scip.zib.de/doc/html/group__FILEREADERS.php</a><br>
      <br>
      In your case it will be the easiest way to use the lp format. You
      can read the description given by CPLEX: <a
        moz-do-not-send="true" class="moz-txt-link-freetext"
        href="http://scip.zib.de/doc/html/group__FILEREADERS.php"><a class="moz-txt-link-freetext" href="http://scip.zib.de/doc/html/group__FILEREADERS.php">http://scip.zib.de/doc/html/group__FILEREADERS.php</a></a>.
      Since your problem is very small you can use write the lp file by
      hand. If want to solve larger problem you should use a modeling
      language, e.g., ZIMPL: <a moz-do-not-send="true"
        class="moz-txt-link-freetext" href="http://zimpl.zib.de/">http://zimpl.zib.de/</a><br>
      <br>
      After you have your lp file (or another file that can read by
      SCIP) you should use the interactive shell: <a
        moz-do-not-send="true" class="moz-txt-link-freetext"
        href="http://scip.zib.de/doc/html/SHELL.php"><a class="moz-txt-link-freetext" href="http://scip.zib.de/doc/html/SHELL.php">http://scip.zib.de/doc/html/SHELL.php</a></a><br>
      <br>
      Please keep in mind, the mailing list and the community is not
      here to do your homework. Before you write a mail please use the
      search function: <a moz-do-not-send="true"
        class="moz-txt-link-freetext"
href="https://www.google.de/?gfe_rd=cr&ei=ZZhZVrXaJ8OK8Qf0o4awAw&gws_rd=ssl#q=site:listserv.zib.de%2Fpipermail%2Fscip">https://www.google.de/?gfe_rd=cr&ei=ZZhZVrXaJ8OK8Qf0o4awAw&gws_rd=ssl#q=site:listserv.zib.de%2Fpipermail%2Fscip</a>
      maybe your problem was already discussed and solved. <br>
      If you would like to discuss an approach, found a bug or you would
      like to know whether your ideas can be realized with SCIP the
      community will try there best to help you. <br>
      <br>
      Best<br>
      Jakob <br>
      <br>
      <div class="moz-cite-prefix">On 28.11.2015 12:21, <a
          moz-do-not-send="true" class="moz-txt-link-abbreviated"
          href="mailto:b.atakbulbul@gmail.com"><a class="moz-txt-link-abbreviated" href="mailto:b.atakbulbul@gmail.com">b.atakbulbul@gmail.com</a></a>
        wrote:<br>
      </div>
      <blockquote
        cite="mid:D4DF4D42-D518-4940-AF6F-EB3BE702CC0F@gmail.com"
        type="cite">
        <meta http-equiv="content-type" content="text/html;
          charset=windows-1252">
        <div><br>
        </div>
        <div id="AppleMailSignature">
          <div style="text-decoration: -webkit-letterpress;"><span
              style="background-color: rgba(255, 255, 255, 0);">Hi,</span></div>
          <div style="text-decoration: -webkit-letterpress;"><span
              style="background-color: rgba(255, 255, 255, 0);">I am
              trying to use Scip programme.</span></div>
          <div style="text-decoration: -webkit-letterpress;"><span
              style="background-color: rgba(255, 255, 255, 0);">I have
              read documents but I couldn't understand. I am very very
              confused.</span></div>
          <div style="text-decoration: -webkit-letterpress;"><span
              style="background-color: rgba(255, 255, 255, 0);">I
              started with a very easy problem, but I couldn't solve.</span></div>
          <div style="text-decoration: -webkit-letterpress;"><span
              style="background-color: rgba(255, 255, 255, 0);">Please
              help me.</span></div>
          <div style="text-decoration: -webkit-letterpress;"><span
              style="background-color: rgba(255, 255, 255, 0);"><br>
            </span></div>
          <div style="text-decoration: -webkit-letterpress;"><span
              style="background-color: rgba(255, 255, 255, 0);">My first
              problem is :</span></div>
          <div style="text-decoration: -webkit-letterpress;">
            <p style="margin: 2pt 0cm; line-height: normal;"><span
                style="background-color: rgba(255, 255, 255, 0);"
                lang="EN-US">Furnco manufactures desks and chairs. Each
                desk uses 4 units of wood, and each chair uses 3 units
                of wood. A desk contributes $40 to profit, and a chair
                contributes $25. Marketing restrictions require that the
                number of chairs produced be at least twice the number
                of desks produced. There are 20 units of wood available.</span></p>
            <p style="margin: 2pt 0cm; line-height: normal;"><span
                style="background-color: rgba(255, 255, 255, 0);"
                lang="EN-US">Determine a production plan that maximizes
                Furnco’s profit. </span></p>
            <p style="margin: 2pt 0cm; line-height: normal;"><span
                style="background-color: rgba(255, 255, 255, 0);"
                lang="EN-US"><br>
              </span></p>
            <p style="margin: 2pt 0cm; line-height: normal;"><span
                style="background-color: rgba(255, 255, 255, 0);"
                lang="EN-US">I solved this problem by using Excel Solver
                and results : </span></p>
            <p style="margin: 2pt 0cm; line-height: normal;"><span
                style="background-color: rgba(255, 255, 255, 0);"
                lang="EN-US">the number of chair : 2</span></p>
            <p style="margin: 2pt 0cm; line-height: normal;"><span
                style="background-color: rgba(255, 255, 255, 0);"
                lang="EN-US">the number of desk : 2</span></p>
            <p style="margin: 2pt 0cm; line-height: normal;"><span
                style="background-color: rgba(255, 255, 255, 0);"
                lang="EN-US">profit : 180</span></p>
            <p style="margin: 2pt 0cm; line-height: normal;"><span
                style="background-color: rgba(255, 255, 255, 0);"
                lang="EN-US"><br>
              </span></p>
            <p style="margin: 2pt 0cm; line-height: normal;"><span
                style="background-color: rgba(255, 255, 255, 0);"
                lang="EN-US">How can I solve it by using Scip?</span></p>
            <p style="margin: 2pt 0cm; line-height: normal;"><span
                style="background-color: rgba(255, 255, 255, 0);"
                lang="EN-US"><br>
              </span></p>
            <p style="margin: 2pt 0cm; line-height: normal;"><span
                style="background-color: rgba(255, 255, 255, 0);"
                lang="EN-US">Please help me,</span></p>
            <p style="margin: 2pt 0cm; line-height: normal;"><span
                style="background-color: rgba(255, 255, 255, 0);"
                lang="EN-US">I am looking forward to your reply.</span></p>
            <p style="margin: 2pt 0cm; line-height: normal;"><span
                style="background-color: rgba(255, 255, 255, 0);"
                lang="EN-US">Berna.</span></p>
          </div>
        </div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
Scip mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Scip@zib.de">Scip@zib.de</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://listserv.zib.de/mailman/listinfo/scip">http://listserv.zib.de/mailman/listinfo/scip</a>
</pre>
      </blockquote>
      <br>
      <pre class="moz-signature" cols="72">-- 
Jakob Witzig

Konrad-Zuse-Zentrum für
Informationstechnik Berlin (ZIB)

Division Mathematical Optimization and Scientific Information
Research Group Mathematical Optimization Methods

Takustrasse 7
14195 Berlin

Tel. : +49 (0)30 84185-416
Fax  : +49 (0)30 84185-269
email: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:witzig@zib.de">witzig@zib.de</a></pre>
      <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>
    <pre class="moz-signature" cols="72">-- 
Jakob Witzig

Konrad-Zuse-Zentrum für
Informationstechnik Berlin (ZIB)

Division Mathematical Optimization and Scientific Information
Research Group Mathematical Optimization Methods

Takustrasse 7
14195 Berlin

Tel. : +49 (0)30 84185-416
Fax  : +49 (0)30 84185-269
email: <a class="moz-txt-link-abbreviated" href="mailto:witzig@zib.de">witzig@zib.de</a></pre>
  </body>
</html>